Skip to content

Commit 69a54fc

Browse files
committed
should be NOT
1 parent 413ce90 commit 69a54fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Batch.roboFontExt/lib/batchGenerators/batchTools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ def buildTree(path):
142142

143143

144144
def removeTree(path):
145-
if not os.path.exists(path):
145+
if os.path.exists(path):
146146
shutil.rmtree(path)
147147

148148

0 commit comments

Comments
 (0)