Allow real null to be searched in host_filter

This commit is contained in:
Wayne Witzel III
2018-04-25 11:46:21 -04:00
parent ce65914143
commit 404b476576
2 changed files with 8 additions and 2 deletions
+2
View File
@@ -19,6 +19,8 @@ __all__ = ['SmartFilter']
def string_to_type(t):
if t == u'null':
return None
if t == u'true':
return True
elif t == u'false':