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
cb005459
"...git@developer.sourcefind.cn:2222/OpenDAS/flashmla.git" did not exist on "c353b35b3c90f8aeb684261d882f3c7975bb5d51"
Commit
cb005459
authored
Feb 15, 2022
by
Christian Clauss
Browse files
Placate flake8
parent
1e0690d9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
supported_wheels.py
supported_wheels.py
+3
-2
No files found.
supported_wheels.py
View file @
cb005459
...
@@ -26,13 +26,14 @@ def tags_for(fname):
...
@@ -26,13 +26,14 @@ def tags_for(fname):
def
main
():
def
main
():
supported
=
{
(
tag
.
interpreter
,
tag
.
abi
,
tag
.
platform
)
supported
=
{
for
tag
in
sys_tags
()
(
tag
.
interpreter
,
tag
.
abi
,
tag
.
platform
)
for
tag
in
sys_tags
()
}
}
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__'
:
main
()
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