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:
parent
3507eeb3d8
commit
1397f56eb3
@ -81,6 +81,7 @@ def main(args):
|
||||
roundTrip(ttFile, options, report)
|
||||
except KeyboardInterrupt:
|
||||
print "(Cancelled)"
|
||||
break
|
||||
except:
|
||||
print "*** round tripping aborted ***"
|
||||
traceback.print_exc()
|
||||
|
Loading…
x
Reference in New Issue
Block a user