mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-02 11:48:03 +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]))
|
item[0] = (re.split(' ', item[0]))
|
||||||
elif "," in item[0]:
|
elif "," in item[0]:
|
||||||
item[0] = (re.split(',', 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:
|
else:
|
||||||
print("Wrong arguments entered !")
|
print("Wrong arguments entered !")
|
||||||
exit(1)
|
exit(1)
|
||||||
|
|||||||
Reference in New Issue
Block a user