Fixing spelling mistake

This commit is contained in:
David Symons
2015-06-23 16:46:58 +10:00
parent b1840af0ac
commit d041d90b6f
+1 -1
View File
@@ -2635,7 +2635,7 @@ def cleanUpManifests(subdir=""):
else:
os.unlink(path)
# Remove folder is empty
# Remove folder if empty
try:
os.rmdir(manifest_dir)
except OSError: