1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-05 03:19:43 +00:00

consistency on creating dirs

This commit is contained in:
deadc0de6
2020-11-20 21:22:28 +01:00
parent 15a1ab16ea
commit cbd86fadba

View File

@@ -279,7 +279,7 @@ class Installer:
else:
if not self.comparing:
self.log.sub('creating directory "{}"'.format(dst))
os.makedirs(dst)
self._create_dirs(dst)
if os.path.isfile(dst):
msg = ''.join([