diff --git a/sharelib.py b/sharelib.py index 64a7ff5..e883733 100644 --- a/sharelib.py +++ b/sharelib.py @@ -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 == '':