Skip to content

Commit

Permalink
Merge pull request joh#78 from eviweb/fix-keyboard-interrupt-windows
Browse files Browse the repository at this point in the history
Fix keyboard interruption on Windows
  • Loading branch information
joh authored Mar 29, 2019
2 parents d8f781f + 0169180 commit 1b2cf4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion whenchanged/whenchanged.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,5 +237,5 @@ def main():
try:
wc.run()
except KeyboardInterrupt:
print()
print('^C')
exit(0)

0 comments on commit 1b2cf4c

Please sign in to comment.