mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-11 17:13:59 +00:00
ignore comparion . and ..
This commit is contained in:
@@ -108,7 +108,7 @@ class Updater:
|
|||||||
if self.debug:
|
if self.debug:
|
||||||
self.log.dbg('handle update for dir {} to {}'.format(left, right))
|
self.log.dbg('handle update for dir {} to {}'.format(left, right))
|
||||||
# find the difference
|
# find the difference
|
||||||
diff = filecmp.dircmp(left, right, ignore=None, hide=None)
|
diff = filecmp.dircmp(left, right, ignore=None)
|
||||||
# handle directories diff
|
# handle directories diff
|
||||||
# create dirs that don't exist in dotdrop
|
# create dirs that don't exist in dotdrop
|
||||||
if self.debug:
|
if self.debug:
|
||||||
|
|||||||
Reference in New Issue
Block a user