mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-04 21:29:43 +00:00
fix bug
This commit is contained in:
@@ -42,9 +42,6 @@ class TestCompare(unittest.TestCase):
|
||||
continue
|
||||
diff = comp.compare(insttmp, dotfile.dst,
|
||||
ignore=['whatever', 'whatelse'])
|
||||
print('XXXX diff for {} and {}:\n{}'.format(dotfile.src,
|
||||
dotfile.dst,
|
||||
diff))
|
||||
path = os.path.expanduser(dotfile.dst)
|
||||
results[path] = diff == ''
|
||||
return results
|
||||
|
||||
Reference in New Issue
Block a user