1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-07 02:30:38 +00:00
This commit is contained in:
deadc0de6
2020-05-28 09:45:05 +02:00
parent c29fb58700
commit 126862bf6d
3 changed files with 13 additions and 3 deletions

View File

@@ -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: