[diffoscope] 02/02: diffoscope.presenters.utils: Correct reference to profile_output
Chris Lamb
chris at chris-lamb.co.uk
Mon Jan 2 11:23:10 CET 2017
This is an automated email from the git hooks/post-receive script.
lamby pushed a commit to branch master
in repository diffoscope.
commit 79c0dd537542a51fcbc91edfc9b283adfbd6bbda
Author: Chris Lamb <lamby at debian.org>
Date: Mon Jan 2 10:23:04 2017 +0000
diffoscope.presenters.utils: Correct reference to profile_output
Gbp-Dch: Ignore
Signed-off-by: Chris Lamb <lamby at debian.org>
---
diffoscope/presenters/utils.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/diffoscope/presenters/utils.py b/diffoscope/presenters/utils.py
index b054b63..bbe858c 100644
--- a/diffoscope/presenters/utils.py
+++ b/diffoscope/presenters/utils.py
@@ -45,7 +45,7 @@ def output_all(difference, parsed_args, has_differences):
('text', text, parsed_args.text_output),
('html', html, parsed_args.html_output),
('html_directory', html_directory, parsed_args.html_output_directory),
- ('profile', profiling, parsed_args.html_output_directory),
+ ('profile', profiling, parsed_args.profile_output),
):
if target is None:
continue
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/diffoscope.git
More information about the diffoscope
mailing list