[Git][reproducible-builds/diffoscope][master] comparators/elf: flake8

Mattia Rizzolo gitlab at salsa.debian.org
Mon Jan 28 13:16:47 CET 2019


Mattia Rizzolo pushed to branch master at Reproducible Builds / diffoscope


Commits:
a4d57370 by Mattia Rizzolo at 2019-01-28T12:16:30Z
comparators/elf: flake8

Signed-off-by: Mattia Rizzolo <mattia at debian.org>

- - - - -


1 changed file:

- diffoscope/comparators/elf.py


Changes:

=====================================
diffoscope/comparators/elf.py
=====================================
@@ -417,8 +417,12 @@ class ElfContainer(Container):
         super().__init__(*args, **kwargs)
         logger.debug("Creating ElfContainer for %s", self.source.path)
 
-        cmd = [get_tool_name('readelf'), '--wide',
-                             '--section-headers', self.source.path]
+        cmd = [
+            get_tool_name('readelf'),
+            '--wide',
+            '--section-headers',
+            self.source.path,
+        ]
         output = subprocess.check_output(
             cmd, shell=False, stderr=subprocess.DEVNULL)
         has_debug_symbols = False



View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/commit/a4d57370fdd2b332c4d257bdbd1ff433d05858a9

-- 
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/commit/a4d57370fdd2b332c4d257bdbd1ff433d05858a9
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.reproducible-builds.org/pipermail/rb-commits/attachments/20190128/6c1f0ae5/attachment.html>


More information about the rb-commits mailing list