Edit wmllint KeyboardInterrupt Displayed Message

This commit is contained in:
max-torch 2021-11-01 00:41:49 +08:00 committed by Elvish_Hunter
parent 56dc9830dc
commit 74d8ac9e77

View file

@ -3504,6 +3504,6 @@ In your case, your system interprets your arguments as:
if failed_any_dirs:
sys.exit(1)
except KeyboardInterrupt:
print("Aborted")
print("Aborted by pressing ctrl-c")
# wmllint ends here