[diffoscope] 01/01: comparators.macho: Avoid long line
Chris Lamb
chris at chris-lamb.co.uk
Tue Mar 14 10:24:33 CET 2017
This is an automated email from the git hooks/post-receive script.
lamby pushed a commit to branch experimental
in repository diffoscope.
commit 290e3e4b4371020d63d80a05109caa6b16a3e6b2
Author: Chris Lamb <lamby at debian.org>
Date: Tue Mar 14 10:24:28 2017 +0100
comparators.macho: Avoid long line
Dch-Gbp: ignore
Signed-off-by: Chris Lamb <lamby at debian.org>
---
diffoscope/comparators/macho.py | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/diffoscope/comparators/macho.py b/diffoscope/comparators/macho.py
index a4225cd..6acd492 100644
--- a/diffoscope/comparators/macho.py
+++ b/diffoscope/comparators/macho.py
@@ -43,7 +43,8 @@ class Otool(Command):
def filter(self, line):
try:
- # Strip the filename itself, it's in the first line on its own, terminated by a colon
+ # Strip the filename itself, it's in the first line on its own,
+ # terminated by a colon
if line and line.decode('utf-8').strip() == self._path + ':':
return b""
return line
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/diffoscope.git
More information about the diffoscope
mailing list