mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-09 16:59:16 +00:00
parallel compare
This commit is contained in:
@@ -715,7 +715,7 @@ class Installer:
|
||||
if self.debug:
|
||||
self.log.dbg('mkdir -p {}'.format(directory))
|
||||
|
||||
os.makedirs(directory)
|
||||
os.makedirs(directory, exist_ok=True)
|
||||
return os.path.exists(directory)
|
||||
|
||||
def _backup(self, path):
|
||||
|
||||
Reference in New Issue
Block a user