Skip to content

Commit

Permalink
argv should be 1
Browse files Browse the repository at this point in the history
  • Loading branch information
zoe committed Sep 17, 2024
1 parent 9c2b554 commit 8c85236
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion add_release_prefix.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import sys

directory = os.path.join("target", "bundled")
prefix = sys.argv[0]
prefix = sys.argv[1]

for filename in os.listdir(directory):
old_file = os.path.join(directory)
Expand Down

0 comments on commit 8c85236

Please sign in to comment.