Skip to content

Commit

Permalink
logic error
Browse files Browse the repository at this point in the history
  • Loading branch information
randomanderson committed Jul 24, 2024
1 parent 7089699 commit 7b3f92f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib-injection/dl_wheels.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
and platform in f
and arch in f]

if (len(wheel_files) > 0):
if (len(wheel_files) > 1):
print("More than one matching file found %s" % wheel_files, flush=True)
sys.exit(1)

Expand Down

0 comments on commit 7b3f92f

Please sign in to comment.