@ -788,7 +788,7 @@ class IWLA(object):
for l in _file:
# print "line " + l
groups = self.log_re.match(l)
groups = self.log_re.match(str(l))
if groups:
self._newHit(groups.groupdict(""))
The note is not visible to the blocked user.