"vscode:/vscode.git/clone" did not exist on "fab5d99eb369dd12667483f696b5f7bf2784e52c"
Commit 9ad70ba2 authored by Benoît Coste's avatar Benoît Coste
Browse files

Uncomment code

commented for testing purposes
parent f76ab227
......@@ -34,10 +34,10 @@ def main():
(tag.interpreter, tag.abi, tag.platform) if not isinstance(tag, tuple) else tag
for tag in get_supported()
}
# for fname in sys.argv[1:]:
# tags = set(tags_for(fname))
# if supported.intersection(tags):
# print(fname)
for fname in sys.argv[1:]:
tags = set(tags_for(fname))
if supported.intersection(tags):
print(fname)
if __name__ == '__main__':
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment