pvl/syslog/filter.py
changeset 56 ff184e09ceb9
parent 54 9c82a068f8f9
child 57 c88861dda326
--- a/pvl/syslog/filter.py	Fri Jan 04 20:51:12 2013 +0200
+++ b/pvl/syslog/filter.py	Fri Jan 04 21:12:18 2013 +0200
@@ -54,7 +54,7 @@
         match = regex.match(value)
 
         if not match :
-            return None
+            return False
 
         # as match-values
         matches = match.groupdict()