[devscripts] 01/02: scripts/reproducible-check: Dedent line to appease flake8's "E131 continuation line unaligned for hanging indent" warning.

Chris Lamb chris at chris-lamb.co.uk
Thu Sep 21 07:42:10 UTC 2017


This is an automated email from the git hooks/post-receive script.

lamby pushed a commit to branch master
in repository devscripts.

commit fd2fccc1c23e608548e0826aeca9f828a5a9a269
Author: Chris Lamb <lamby at debian.org>
Date:   Thu Sep 21 08:37:31 2017 +0100

    scripts/reproducible-check: Dedent line to appease flake8's "E131 continuation line unaligned for hanging indent" warning.
---
 scripts/reproducible-check | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/scripts/reproducible-check b/scripts/reproducible-check
index 51d6c2d..d6aeaa5 100755
--- a/scripts/reproducible-check
+++ b/scripts/reproducible-check
@@ -157,8 +157,8 @@ class ReproducibleCheck(object):
 
             print("{}{} ({}) is unreproducible {}".format(
                 source,
-                '/{}'.format(architecture) \
-                    if architecture != default_architecture else '',
+                '/{}'.format(architecture)
+                if architecture != default_architecture else '',
                 version,
                 binaries_fmt,
             ), end='')

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/devscripts.git



More information about the devscripts-devel mailing list