[Reproducible-commits] [debbindiff] 01/09: Fix copy/paste issue on output path

Jérémy Bobbio lunar at moszumanska.debian.org
Sun Feb 15 11:29:54 UTC 2015


This is an automated email from the git hooks/post-receive script.

lunar pushed a commit to annotated tag 9
in repository debbindiff.

commit 6aaf84d1f4063b4ced536aeec5e4ff242e840c8b
Author: Jérémy Bobbio <lunar at debian.org>
Date:   Sun Feb 15 09:10:17 2015 +0000

    Fix copy/paste issue on output path
---
 debbindiff.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debbindiff.py b/debbindiff.py
index ae4097f..42ddb4c 100755
--- a/debbindiff.py
+++ b/debbindiff.py
@@ -56,7 +56,7 @@ def make_printer(path):
     if path == '-':
         output = sys.stdout
     else:
-        output = open(parsed_args.html_output, 'w')
+        output = open(path, 'w')
     def print_func(*args, **kwargs):
         kwargs['file'] = output
         print(*args, **kwargs)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/debbindiff.git



More information about the Reproducible-commits mailing list