[diffoscope] 01/03: comparators.ps: Add "noqa" stub when missing ps2ascii.

Chris Lamb chris at chris-lamb.co.uk
Fri Feb 3 00:49:31 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 95f828ea19b0c1bb300f32d14a69246d00431e0e
Author: Chris Lamb <lamby at debian.org>
Date:   Fri Feb 3 12:38:13 2017 +1300

    comparators.ps: Add "noqa" stub when missing ps2ascii.
    
    Signed-off-by: Chris Lamb <lamby at debian.org>
---
 diffoscope/comparators/ps.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/diffoscope/comparators/ps.py b/diffoscope/comparators/ps.py
index 5be2c20..a7e1a40 100644
--- a/diffoscope/comparators/ps.py
+++ b/diffoscope/comparators/ps.py
@@ -44,7 +44,7 @@ class PsFile(TextFile):
         details = None
         try:
             details = Difference.from_command(Pstotext, self.path, other.path)
-        except RequiredToolNotFound:
+        except RequiredToolNotFound:  # noqa
             logger.debug('ps2ascii not found')
 
         if details:

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


More information about the diffoscope mailing list