Skip to content

Commit

Permalink
[build/screenshots] Fix sentence
Browse files Browse the repository at this point in the history
  • Loading branch information
PiaNumworks authored and MarcNumworks committed Apr 25, 2024
1 parent 5abf14a commit 0554790
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/screenshots/args_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ def existing_state_file(string):
if not os.path.exists(string):
raise argparse.ArgumentTypeError(string + " does not exist")
if not os.path.isfile(string) or os.path.splitext(string)[1] != ".nws":
raise argparse.ArgumentTypeError(string + " not a state file")
raise argparse.ArgumentTypeError(string + " is not a state file")
return string

0 comments on commit 0554790

Please sign in to comment.