[diffoscope] 01/02: comparators.utils.file: Reflow long string for next commit.
Chris Lamb
chris at chris-lamb.co.uk
Tue Jan 10 21:19:17 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 98017e8bb33c17e8628957485437a57168dcb5fe
Author: Chris Lamb <lamby at debian.org>
Date: Tue Jan 10 20:17:38 2017 +0000
comparators.utils.file: Reflow long string for next commit.
Dch-Gbp: ignore
Signed-off-by: Chris Lamb <lamby at debian.org>
---
diffoscope/comparators/utils/file.py | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/diffoscope/comparators/utils/file.py b/diffoscope/comparators/utils/file.py
index 55fd895..900298e 100644
--- a/diffoscope/comparators/utils/file.py
+++ b/diffoscope/comparators/utils/file.py
@@ -211,7 +211,10 @@ class File(object, metaclass=abc.ABCMeta):
difference = self.compare_bytes(other, source=source)
if difference is None:
return None
- difference.add_comment("No file format specific differences found inside, yet data differs")
+ difference.add_comment(
+ "No file format specific differences found inside, "
+ "yet data differs",
+ )
except subprocess.CalledProcessError as e:
difference = self.compare_bytes(other, source=source)
if e.output:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/diffoscope.git
More information about the diffoscope
mailing list