[diffoscope] 01/01: Also rename argparse'd argument names
Reiner Herrmann
reiner at reiner-h.de
Tue Jun 28 17:22:00 CEST 2016
This is an automated email from the git hooks/post-receive script.
deki-guest pushed a commit to branch master
in repository diffoscope.
commit d4d0e49598ffb1728e507ede754cd5dfab5a458a
Author: Reiner Herrmann <reiner at reiner-h.de>
Date: Tue Jun 28 17:22:05 2016 +0200
Also rename argparse'd argument names
Thanks Mattia for quickly noticing.
---
diffoscope/__main__.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/diffoscope/__main__.py b/diffoscope/__main__.py
index e0821ff..a3b1510 100644
--- a/diffoscope/__main__.py
+++ b/diffoscope/__main__.py
@@ -167,7 +167,7 @@ def run_diffoscope(parsed_args):
logger.setLevel(logging.DEBUG)
set_locale()
difference = diffoscope.comparators.compare_root_paths(
- parsed_args.file1, parsed_args.file2)
+ parsed_args.path1, parsed_args.path2)
if difference:
# no output desired? print text
if not any((parsed_args.text_output, parsed_args.html_output, parsed_args.html_output_directory)):
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/diffoscope.git
More information about the diffoscope
mailing list