mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-19 19:44:50 +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.cleanup_on_exit:
|
||||
print("Cleaning up...")
|
||||
self.remove_stations()
|
||||
#self.remove_stations()
|
||||
return False
|
||||
|
||||
# start cx traffic
|
||||
|
||||
Reference in New Issue
Block a user