Skip to content
Snippets Groups Projects
Verified Commit 08c07e4a authored by Timm Fitschen's avatar Timm Fitschen
Browse files

STY: autopep8'ed

parent ef9df935
No related branches found
No related tags found
1 merge request!22Release 0.3
......@@ -225,7 +225,7 @@ class Crawler(object):
"ignoring:\n{}".format(item))
logger.warning(msg, extra={"identifier": str(item),
'category': "matches"})
'category': "matches"})
if len(matches[idx]) > 1:
msg = ("Attention: More than one matching cfood!\n"
......@@ -234,7 +234,7 @@ class Crawler(object):
matches[idx])+"\n")
logger.warning(msg, extra={"identifier": str(item),
'category': "matches"})
'category': "matches"})
def cached_find_identifiables(self, identifiables):
if self.use_cache:
......
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