Broken mess

This commit is contained in:
Benjamyn Love 2018-08-27 22:25:56 +10:00
parent 068743545b
commit f636c9f2ad

View File

@ -134,7 +134,7 @@ class Parser(object):
for key in self.parseConf:
matches = re.findall(self.parseConf[key], self.text, re.MULTILINE)
if matches:
logging.debug("run: regex matches found for key %s. %s"%(key, matches))
logging.debug("run: regex matches found for key %s. %s"%(key, matches))
result.update({key: map(lambda x: x.strip(), matches)})
else:
logging.debug("run: No match for %s"%(key))