parent
55366bdc6d
commit
b5f3e84014
1 changed files with 2 additions and 0 deletions
|
@ -162,6 +162,8 @@ class Play(Base, Taggable, Become):
|
|||
raise ValueError
|
||||
all_vars = combine_vars(all_vars, item)
|
||||
return all_vars
|
||||
elif ds is None:
|
||||
return {}
|
||||
else:
|
||||
raise ValueError
|
||||
except ValueError:
|
||||
|
|
Loading…
Reference in a new issue