mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-25 14:34:52 +00:00
removed the cleanup of stations if failed to avoid TypeError: 'NoneType' object is not subscriptable
This commit is contained in:
@@ -311,7 +311,7 @@ class StaConnect2(LFCliBase):
|
|||||||
if self.passes() == False:
|
if self.passes() == False:
|
||||||
if self.cleanup_on_exit:
|
if self.cleanup_on_exit:
|
||||||
print("Cleaning up...")
|
print("Cleaning up...")
|
||||||
self.remove_stations()
|
#self.remove_stations()
|
||||||
return False
|
return False
|
||||||
|
|
||||||
# start cx traffic
|
# start cx traffic
|
||||||
|
|||||||
Reference in New Issue
Block a user