mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-04 16:49:42 +00:00
linting
This commit is contained in:
@@ -134,7 +134,7 @@ class Comparator:
|
||||
if not os.path.isdir(deployed_path):
|
||||
return f'\"{deployed_path}\" is a file\n'
|
||||
|
||||
#return self._compare_dirs(local_path, deployed_path, ignore)
|
||||
# return self._compare_dirs(local_path, deployed_path, ignore)
|
||||
return self._compare_dirs2(local_path, deployed_path, ignore)
|
||||
|
||||
def _compare_dirs2(self, local_path, deployed_path, ignore):
|
||||
|
||||
@@ -129,7 +129,6 @@ class TestCompare(unittest.TestCase):
|
||||
expected = {df1: True, df2: True, df3: True, df4: True,
|
||||
df5: True, df9: True}
|
||||
results = self.compare(opt, tmp, len(dfiles))
|
||||
self.maxDiff = None
|
||||
self.assertEqual(results, expected)
|
||||
|
||||
# modify file
|
||||
|
||||
Reference in New Issue
Block a user