@@ -193,7 +193,8 @@ class SharelibHandler:
|
||||
if os.path.exists(dist_path):
|
||||
shutil.rmtree(dist_path)
|
||||
|
||||
os.mkdir(dist_path)
|
||||
print("dist_path: " + dist_path)
|
||||
os.makedirs(dist_path)
|
||||
|
||||
for item in self._items:
|
||||
if item._group == '':
|
||||
|
Reference in New Issue
Block a user