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)
|
roundTrip(ttFile, options, report)
|
||||||
except KeyboardInterrupt:
|
except KeyboardInterrupt:
|
||||||
print "(Cancelled)"
|
print "(Cancelled)"
|
||||||
|
break
|
||||||
except:
|
except:
|
||||||
print "*** round tripping aborted ***"
|
print "*** round tripping aborted ***"
|
||||||
traceback.print_exc()
|
traceback.print_exc()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user