[diffoscope] 02/05: comparators.utils.specialize: Ensure block comment starts with '# '.

Chris Lamb chris at chris-lamb.co.uk
Thu Jan 11 10:59:48 CET 2018


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

lamby pushed a commit to branch master
in repository diffoscope.

commit 41075d793f9f6cffdde176b61b8f6df144170648
Author: Chris Lamb <lamby at debian.org>
Date:   Thu Jan 11 12:41:39 2018 +0530

    comparators.utils.specialize: Ensure block comment starts with '# '.
---
 diffoscope/comparators/utils/specialize.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/diffoscope/comparators/utils/specialize.py b/diffoscope/comparators/utils/specialize.py
index 7aab054..d154856 100644
--- a/diffoscope/comparators/utils/specialize.py
+++ b/diffoscope/comparators/utils/specialize.py
@@ -32,7 +32,7 @@ def try_recognize(file, cls, recognizes):
 
     # Does this file class match?
     with profile('recognizes', file):
-        #logger.debug("trying %s on %s", cls, file)
+        # logger.debug("trying %s on %s", cls, file)
         if not recognizes(file):
             return False
 

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


More information about the diffoscope mailing list