Skip to content

Commit

Permalink
Merge pull request #84 from i-tu/patch-1
Browse files Browse the repository at this point in the history
Fix broken ufonormalizer call
  • Loading branch information
readroberts committed Nov 22, 2015
2 parents a331aa0 + beb684a commit d327160
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FDK/Tools/SharedData/FDKScripts/makeInstancesUFO.py
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ def run(args):
if options.doOverlapRemoval or options.doAutoHint: # The defcon library renames glyphs. Need to fix them again.
for instancePath in newInstancesList:
if haveUfONormalizer and options.doNormalize:
ufonormalizerLib.normalizeUFO(instancePath, outputPath=None, onlyModified=False)
ufonormalizer.normalizeUFO(instancePath, outputPath=None, onlyModified=False)

if __name__=='__main__':
try:
Expand Down

0 comments on commit d327160

Please sign in to comment.