mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-10 16:49:17 +00:00
Rename diff arguments for better clarity
This commit is contained in:
@@ -123,7 +123,7 @@ class Comparator:
|
||||
|
||||
def _diff(self, left, right, header=False):
|
||||
"""diff using the unix tool diff"""
|
||||
out = diff(left, right, raw=False,
|
||||
out = diff(modified=left, original=right, raw=False,
|
||||
opts=self.diffopts, debug=self.debug)
|
||||
if header:
|
||||
lshort = os.path.basename(left)
|
||||
|
||||
Reference in New Issue
Block a user