[diffoscope] 03/04: Remove extraneous whitespace around parens.

Chris Lamb chris at chris-lamb.co.uk
Sat Sep 9 12:29:51 CEST 2017


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

lamby pushed a commit to branch master
in repository diffoscope.

commit 6d32c7b0869e5f0c3b763a3106d476e05ea87d5e
Author: Chris Lamb <lamby at debian.org>
Date:   Sat Sep 9 11:28:18 2017 +0100

    Remove extraneous whitespace around parens.
---
 tests/utils/tools.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/utils/tools.py b/tests/utils/tools.py
index c58c6a3..bf6243f 100644
--- a/tests/utils/tools.py
+++ b/tests/utils/tools.py
@@ -62,7 +62,7 @@ def skip_unless_tool_is_between(tool, actual_ver, min_ver, max_ver, vcls=LooseVe
     if callable(actual_ver):
         actual_ver = actual_ver()
     return pytest.mark.skipif(
-        ( vcls(str(actual_ver)) < vcls(str(min_ver)))
+        (vcls(str(actual_ver)) < vcls(str(min_ver)))
                   or (vcls(str(actual_ver)) > vcls(str(max_ver))),
         reason="requires {} >= {} >= {} ({} detected)".format(min_ver, tool,
                                                             max_ver, actual_ver)

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


More information about the diffoscope mailing list