mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-07 02:30:38 +00:00
fix bug #233
This commit is contained in:
@@ -79,7 +79,7 @@ class Comparator:
|
||||
if must_ignore([os.path.join(left, i)],
|
||||
ignore, debug=self.debug):
|
||||
continue
|
||||
ret.append('=> \"{}\" does not exist on local\n'.format(i))
|
||||
ret.append('=> \"{}\" does not exist on destination\n'.format(i))
|
||||
|
||||
# handle files only in dotpath dir
|
||||
for i in comp.right_only:
|
||||
|
||||
Reference in New Issue
Block a user