Skip to content
Snippets Groups Projects
Commit 41075d79 authored by Chris Lamb's avatar Chris Lamb :eyes:
Browse files

comparators.utils.specialize: Ensure block comment starts with '# '.

parent 066b09fb
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment