Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fengzch-das
multibuild
Commits
9ad70ba2
Commit
9ad70ba2
authored
Jan 22, 2020
by
Benoît Coste
Browse files
Uncomment code
commented for testing purposes
parent
f76ab227
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
supported_wheels.py
supported_wheels.py
+4
-4
No files found.
supported_wheels.py
View file @
9ad70ba2
...
@@ -34,10 +34,10 @@ def main():
...
@@ -34,10 +34,10 @@ def main():
(
tag
.
interpreter
,
tag
.
abi
,
tag
.
platform
)
if
not
isinstance
(
tag
,
tuple
)
else
tag
(
tag
.
interpreter
,
tag
.
abi
,
tag
.
platform
)
if
not
isinstance
(
tag
,
tuple
)
else
tag
for
tag
in
get_supported
()
for
tag
in
get_supported
()
}
}
#
for fname in sys.argv[1:]:
for
fname
in
sys
.
argv
[
1
:]:
#
tags = set(tags_for(fname))
tags
=
set
(
tags_for
(
fname
))
#
if supported.intersection(tags):
if
supported
.
intersection
(
tags
):
#
print(fname)
print
(
fname
)
if
__name__
==
'__main__'
:
if
__name__
==
'__main__'
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment