mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-16 19:05:16 +00:00
consistency on creating dirs
This commit is contained in:
@@ -279,7 +279,7 @@ class Installer:
|
|||||||
else:
|
else:
|
||||||
if not self.comparing:
|
if not self.comparing:
|
||||||
self.log.sub('creating directory "{}"'.format(dst))
|
self.log.sub('creating directory "{}"'.format(dst))
|
||||||
os.makedirs(dst)
|
self._create_dirs(dst)
|
||||||
|
|
||||||
if os.path.isfile(dst):
|
if os.path.isfile(dst):
|
||||||
msg = ''.join([
|
msg = ''.join([
|
||||||
|
|||||||
Reference in New Issue
Block a user