Skip to content

Commit

Permalink
reuse py file
Browse files Browse the repository at this point in the history
  • Loading branch information
shun2wang committed Dec 14, 2023
1 parent 4817ab4 commit 9152828
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/msgfmt.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ def main():
sys.exit(0)
elif opt in ('-o', '--output-file'):
outfile = arg
# do it
# do it
if not args:
print('No input file given', file=sys.stderr)
print("Try `msgfmt --help' for more information.", file=sys.stderr)
Expand Down

0 comments on commit 9152828

Please sign in to comment.