[diffoscope] 02/12: fix pep8 E125
Mattia Rizzolo
mattia at debian.org
Sat Sep 9 22:04:39 CEST 2017
This is an automated email from the git hooks/post-receive script.
mattia pushed a commit to branch master
in repository diffoscope.
commit a07b6d89558ff034a56db5751eb9956d810a5b0d
Author: Mattia Rizzolo <mattia at debian.org>
Date: Sat Sep 9 21:34:41 2017 +0200
fix pep8 E125
Signed-off-by: Mattia Rizzolo <mattia at debian.org>
---
diffoscope/presenters/html/html.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/diffoscope/presenters/html/html.py b/diffoscope/presenters/html/html.py
index d4d0636..89035c2 100644
--- a/diffoscope/presenters/html/html.py
+++ b/diffoscope/presenters/html/html.py
@@ -284,7 +284,7 @@ def spl_file_printer(directory, filename, accum):
class HTMLPrintContext(collections.namedtuple("HTMLPrintContext",
- "target single_page jquery_url css_url our_css_url icon_url")):
+ "target single_page jquery_url css_url our_css_url icon_url")):
@property
def directory(self):
return None if self.single_page else self.target
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/diffoscope.git
More information about the diffoscope
mailing list