mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-19 12:19:09 +00:00
Edit wmlscope KeyboardInterrupt Displayed Message
This commit is contained in:
parent
74d8ac9e77
commit
e35690c8f9
@ -552,6 +552,6 @@ directories are given, all files under the current directory are checked.""")
|
|||||||
xref.unresdump()
|
xref.unresdump()
|
||||||
xref.duplicates(exportonly=True)
|
xref.duplicates(exportonly=True)
|
||||||
except KeyboardInterrupt:
|
except KeyboardInterrupt:
|
||||||
print("wmlscope: aborted.", file=sys.stderr)
|
print("Aborted by pressing ctrl-c", file=sys.stderr)
|
||||||
|
|
||||||
# wmlscope ends here
|
# wmlscope ends here
|
||||||
|
Loading…
x
Reference in New Issue
Block a user