[diffoscope] 08/12: fix pep8 E203

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 f95fe550344c8a9984b0fb489eb6dc82919ff4de
Author: Mattia Rizzolo <mattia at debian.org>
Date:   Sat Sep 9 21:56:14 2017 +0200

    fix pep8 E203
    
    Signed-off-by: Mattia Rizzolo <mattia at debian.org>
---
 diffoscope/comparators/ar.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/diffoscope/comparators/ar.py b/diffoscope/comparators/ar.py
index 4fbbfa5..a9594c2 100644
--- a/diffoscope/comparators/ar.py
+++ b/diffoscope/comparators/ar.py
@@ -40,8 +40,8 @@ class ArContainer(LibarchiveContainer):
     def get_adjusted_members(self):
         members = list(super().get_adjusted_members())
         known_ignores = {
-            "/" : "this is the symbol table, already accounted for in other output",
-            "//" : "this is the table for GNU long names, already accounted for in the archive filelist",
+            "/": "this is the symbol table, already accounted for in other output",
+            "//": "this is the table for GNU long names, already accounted for in the archive filelist",
         }
         filtered_out = [p for p in members if p[0] in known_ignores]
         if filtered_out:

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


More information about the diffoscope mailing list