1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 16:49:42 +00:00
This commit is contained in:
deadc0de6
2019-02-10 21:05:28 +01:00
parent c82cc56dcf
commit e3fda96a58
2 changed files with 1 additions and 4 deletions

View File

@@ -92,7 +92,7 @@ class Options:
if self.debug:
self._print_attr()
def _header():
def _header(self):
"""print the header"""
self.log.log(BANNER)
self.log.log('')

View File

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