Edit wmlscope KeyboardInterrupt Displayed Message

This commit is contained in:
max-torch 2021-11-01 00:45:20 +08:00 committed by Elvish_Hunter
parent 74d8ac9e77
commit e35690c8f9

View file

@ -552,6 +552,6 @@ directories are given, all files under the current directory are checked.""")
xref.unresdump()
xref.duplicates(exportonly=True)
except KeyboardInterrupt:
print("wmlscope: aborted.", file=sys.stderr)
print("Aborted by pressing ctrl-c", file=sys.stderr)
# wmlscope ends here