Raise error when static data is in list

For now only connections are supported.
This commit is contained in:
Łukasz Oleś 2015-09-25 09:13:58 +02:00
parent 8b1a606071
commit 716a649b0f

View File

@ -189,7 +189,7 @@ def parse_list_input(r_input, args):
connections.append(c)
else:
# Not supported yet
pass
raise Exception('Only connections are supported in lists')
return connections, assignments