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:
@@ -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([
|
||||
|
||||
Reference in New Issue
Block a user