Revert "Created branch develop"

This commit is contained in:
Alfa
2017-08-13 11:21:50 +02:00
committed by GitHub
parent 8000a6fd25
commit e549d644a9
395 changed files with 1849 additions and 10246 deletions
+3 -2
View File
@@ -6,7 +6,8 @@
import os
import zipfile
from platformcode import config, logger
import config
import logger
class ziptools:
@@ -31,7 +32,7 @@ class ziptools:
logger.info("path=%s" % path)
logger.info("name=%s" % name)
if folder_to_extract:
if path != os.path.join(dir, folder_to_extract):
if path != os.path.join(dir, folder):
break
else:
os.makedirs(path)