mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 03:07:56 +00:00
port_probe.py : removed exception for receive
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
This commit is contained in:
@@ -147,8 +147,6 @@ class ProbePort(LFCliBase):
|
|||||||
self.he = False
|
self.he = False
|
||||||
else:
|
else:
|
||||||
self.he = True
|
self.he = True
|
||||||
except IndexError as error:
|
|
||||||
print(error)
|
|
||||||
|
|
||||||
def getSignalAvgCombined(self):
|
def getSignalAvgCombined(self):
|
||||||
return self.signals['signal avg'].split(' ')[0]
|
return self.signals['signal avg'].split(' ')[0]
|
||||||
|
|||||||
Reference in New Issue
Block a user