Return empty list on getting fire actions if it is not there

This commit is contained in:
Michael James Hoppal 2015-11-18 16:28:15 -07:00
parent a142d52b24
commit 344ebd68d5
1 changed files with 1 additions and 1 deletions

View File

@ -467,7 +467,7 @@ def get_query_stream_definition_fire_actions(stream_definition,
if return_none:
return None
else:
return ''
return []
def get_query_stream_definition_expire_actions(stream_definition,