break out of loop when cancelled

git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@350 4cde692c-a291-49d1-8350-778aa11640f8
This commit is contained in:
jvr 2002-09-12 19:14:51 +00:00
parent 3507eeb3d8
commit 1397f56eb3

View File

@ -81,6 +81,7 @@ def main(args):
roundTrip(ttFile, options, report)
except KeyboardInterrupt:
print "(Cancelled)"
break
except:
print "*** round tripping aborted ***"
traceback.print_exc()