Skip to content

Commit

Permalink
Update codespell_lib/_codespell.py
Browse files Browse the repository at this point in the history
Co-authored-by: Peter Newman <peternewman@users.noreply.github.com>
  • Loading branch information
DimitriPapadopoulos and peternewman committed Jan 4, 2022
1 parent 576b263 commit 934170d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion codespell_lib/_codespell.py
Original file line number Diff line number Diff line change
Expand Up @@ -868,7 +868,8 @@ def main(*args):
try:
glob_match.match("/random/path") # does not need a real path
except re.error:
print("ERROR: --skip/-S has been fed an invalid glob",
print("ERROR: --skip/-S has been fed an invalid glob, "
"try escaping special characters",
file=sys.stderr)
return EX_USAGE

Expand Down

0 comments on commit 934170d

Please sign in to comment.