mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-04 14:31:46 +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)
|
||||
fright = os.path.join(right, f)
|
||||
if (ignore_missing_in_dotdrop and not os.path.exists(fright)) or \
|
||||
self._ignore([exist, new]):
|
||||
self._ignore([fleft, fright]):
|
||||
continue
|
||||
if self.dry:
|
||||
self.log.dry('would cp {} {}'.format(fleft, fright))
|
||||
|
||||
Reference in New Issue
Block a user