Raise error when static data is in list
For now only connections are supported.
This commit is contained in:
parent
8b1a606071
commit
716a649b0f
@ -189,7 +189,7 @@ def parse_list_input(r_input, args):
|
|||||||
connections.append(c)
|
connections.append(c)
|
||||||
else:
|
else:
|
||||||
# Not supported yet
|
# Not supported yet
|
||||||
pass
|
raise Exception('Only connections are supported in lists')
|
||||||
return connections, assignments
|
return connections, assignments
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user