removed the cleanup of stations if failed to avoid TypeError: 'NoneType' object is not subscriptable

This commit is contained in:
Shivam Thakur
2021-10-22 19:29:25 +05:30
committed by GitHub
parent 5f6b7c64ec
commit 9febd0a435

View File

@@ -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