1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 23:49:48 +00:00
This commit is contained in:
deadc0de6
2018-07-24 20:22:19 +02:00
parent c788c6f2a7
commit 8a791bd857

View File

@@ -67,6 +67,9 @@ class Updater:
self.log.dbg('updating {} from {}'.format(dotfile, path))
right = os.path.join(self.conf.abs_dotpath(self.dotpath), dotfile.src)
# expands user
left = os.path.expanduser(left)
right = os.path.expanduser(right)
# go through all files and update
if os.path.isdir(path):
return self._handle_dir(left, right)