mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-10 02:49:20 +00:00
fix bug
This commit is contained in:
@@ -92,7 +92,7 @@ class Options:
|
|||||||
if self.debug:
|
if self.debug:
|
||||||
self._print_attr()
|
self._print_attr()
|
||||||
|
|
||||||
def _header():
|
def _header(self):
|
||||||
"""print the header"""
|
"""print the header"""
|
||||||
self.log.log(BANNER)
|
self.log.log(BANNER)
|
||||||
self.log.log('')
|
self.log.log('')
|
||||||
|
|||||||
@@ -42,9 +42,6 @@ class TestCompare(unittest.TestCase):
|
|||||||
continue
|
continue
|
||||||
diff = comp.compare(insttmp, dotfile.dst,
|
diff = comp.compare(insttmp, dotfile.dst,
|
||||||
ignore=['whatever', 'whatelse'])
|
ignore=['whatever', 'whatelse'])
|
||||||
print('XXXX diff for {} and {}:\n{}'.format(dotfile.src,
|
|
||||||
dotfile.dst,
|
|
||||||
diff))
|
|
||||||
path = os.path.expanduser(dotfile.dst)
|
path = os.path.expanduser(dotfile.dst)
|
||||||
results[path] = diff == ''
|
results[path] = diff == ''
|
||||||
return results
|
return results
|
||||||
|
|||||||
Reference in New Issue
Block a user