1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-06 11:22:58 +00:00

clean run

This commit is contained in:
deadc0de6
2020-11-16 13:50:38 +01:00
parent 5edcfe1897
commit 3fc635495d
5 changed files with 9 additions and 13 deletions

View File

@@ -143,7 +143,7 @@ class Comparator:
def _diff(self, left, right, header=False):
"""diff two files"""
out = diff(modified=left, original=right, raw=False,
out = diff(modified=left, original=right,
diff_cmd=self.diff_cmd, debug=self.debug)
if header:
lshort = os.path.basename(left)