Oops, don't discard *all* errors.

This commit is contained in:
Eric S. Raymond 2009-03-18 14:43:21 +00:00
parent 11efcc99ec
commit 40aa7d0ce5

View file

@ -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