Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
fontInstancePath)
co_args = ['-e', '-q', fontInstancePath]
if options.no_round:
co_args.insert(0, '-d')
try:
checkoutlinesUFO(co_args)
except (Exception, SystemExit):
raise
if options.doAutoHint:
logger.info("Running psautohint on %s ..." % fontInstancePath)
ah_args = ['--no-zones-stems', fontInstancePath]
if options.no_round:
ah_args.insert(0, '-d')
try:
psautohint(ah_args)
except (Exception, SystemExit):
raise