mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 03:07:56 +00:00
create_chamberview: Fix problems, I've grown as a programmer
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
This commit is contained in:
@@ -95,10 +95,6 @@ class CreateChamberview(cv):
|
||||
item[0] = (re.split(' ', item[0]))
|
||||
elif "," in item[0]:
|
||||
item[0] = (re.split(',', item[0]))
|
||||
elif ", " in item[0]:
|
||||
item[0] = (re.split(',', item[0]))
|
||||
elif " ," in item[0]:
|
||||
item[0] = (re.split(',', item[0]))
|
||||
else:
|
||||
print("Wrong arguments entered !")
|
||||
exit(1)
|
||||
|
||||
Reference in New Issue
Block a user