1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-09 16:59:16 +00:00

parallel compare

This commit is contained in:
deadc0de6
2020-11-16 21:47:14 +01:00
parent eee431ec39
commit 4d12859714
4 changed files with 140 additions and 116 deletions

View File

@@ -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):