纠正mkdir方式

Signed-off-by: a1012112796 <1012112796@qq.com>
This commit is contained in:
2021-09-06 15:50:22 +08:00
parent 33f7ad547f
commit ea9ef7c75a

View File

@@ -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 == '':