[Git][reproducible-builds/diffoscope][master] Add missing colon.

Chris Lamb gitlab at salsa.debian.org
Mon May 21 17:01:01 CEST 2018


Chris Lamb pushed to branch master at Reproducible Builds / diffoscope


Commits:
b51297ba by Chris Lamb at 2018-05-21T17:00:49+02:00
Add missing colon.

Gbp-Dch: ignore

- - - - -


1 changed file:

- diffoscope/comparators/utils/file.py


Changes:

=====================================
diffoscope/comparators/utils/file.py
=====================================
--- a/diffoscope/comparators/utils/file.py
+++ b/diffoscope/comparators/utils/file.py
@@ -370,7 +370,7 @@ class File(object, metaclass=abc.ABCMeta):
                     if difference is None:
                         return None
                     suffix = ' ({})'.format(self.magic_file_type) \
-                        if self.magic_file_type != 'data'
+                        if self.magic_file_type != 'data':
                     difference.add_comment(
                         "Format-specific differences are supported for this "
                         "file format but none were detected{}".format(suffix))



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

---
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/commit/b51297ba84051c18ce71acaf95661599ab944a1e
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/20180521/629c74c7/attachment.html>


More information about the rb-commits mailing list