From f72cce75466dc7f254b1b9e4e4f3881b10b98fcd Mon Sep 17 00:00:00 2001 From: Wei H Date: Fri, 20 Mar 2015 09:50:39 +0100 Subject: [PATCH] Update setflag.py removed redundant line --- sources/setflag.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/sources/setflag.py b/sources/setflag.py index 7059102..6bac7d1 100644 --- a/sources/setflag.py +++ b/sources/setflag.py @@ -6,9 +6,6 @@ from fontTools.ttx import makeOutputFileName inputTTF = sys.argv[1] -# set the working directory for a shortcut -# os.chdir('/Users/weihuang/Google Drive/Type Design/Google/Outputs/Test/Hinting') - # open the source file and read it font = TTFont(inputTTF) extension = os.path.splitext(inputTTF)[1]