mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-04 19:09:44 +00:00
Fix args to call to _ignore
This commit is contained in:
@@ -360,7 +360,7 @@ class Updater:
|
|||||||
fleft = os.path.join(left, f)
|
fleft = os.path.join(left, f)
|
||||||
fright = os.path.join(right, f)
|
fright = os.path.join(right, f)
|
||||||
if (ignore_missing_in_dotdrop and not os.path.exists(fright)) or \
|
if (ignore_missing_in_dotdrop and not os.path.exists(fright)) or \
|
||||||
self._ignore([exist, new]):
|
self._ignore([fleft, fright]):
|
||||||
continue
|
continue
|
||||||
if self.dry:
|
if self.dry:
|
||||||
self.log.dry('would cp {} {}'.format(fleft, fright))
|
self.log.dry('would cp {} {}'.format(fleft, fright))
|
||||||
|
|||||||
Reference in New Issue
Block a user