mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-13 07:48:39 -05:00
Allow real null to be searched in host_filter
This commit is contained in:
@@ -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':
|
||||
|
||||
Reference in New Issue
Block a user