tengqm 3cdfe15897 Fix notify filter when data item is None
When data[k] is None during match check, we are getting annoying
TypeError exceptions like: "TypeError: expected string or buffer".
This patch adds a check that data[k] is something the regex can do
matching.

Change-Id: I75c8f602a59a90aeb5a6973f2e9e25708194ad78
2016-09-03 14:45:44 +00:00
..
2015-12-08 09:14:20 +01:00
2016-04-21 11:43:53 +08:00
2016-05-18 09:28:15 +02:00
2015-11-30 19:30:05 +00:00
2015-11-20 18:43:28 +00:00