Skip to content

Commit

Permalink
fix output
Browse files Browse the repository at this point in the history
  • Loading branch information
pomponchik committed Sep 4, 2023
1 parent c60879b commit 80196ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installed/cli/parsing_arguments/get_python_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

def get_python_file():
if len(sys.argv) < 2:
print('usage: instld python_file.py [argv ...]', file=sys.stderr, end=os.linesep)
print('usage: instld python_file.py [argv ...]', file=sys.stderr)
sys.exit(1)

return sys.argv[1]

0 comments on commit 80196ef

Please sign in to comment.