Oops, don't discard *all* errors.
This commit is contained in:
parent
11efcc99ec
commit
40aa7d0ce5
1 changed files with 1 additions and 1 deletions
|
@ -475,7 +475,7 @@ Usage: macroscope [options] dirpath
|
|||
#xref.undersized()
|
||||
xref.unresdump()
|
||||
xref.duplicates(exportonly=True)
|
||||
except:
|
||||
except KeyboardInterrupt:
|
||||
print >>sys.stderr, "wmlscope: aborted."
|
||||
|
||||
# wmlscope ends here
|
||||
|
|
Loading…
Add table
Reference in a new issue