Edit wmllint KeyboardInterrupt Displayed Message
This commit is contained in:
parent
56dc9830dc
commit
74d8ac9e77
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue