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