mirror of
https://github.com/Telecominfraproject/wlan-testing.git
synced 2026-01-08 21:31:36 +00:00
changed csv file name from Mbps to bps
Signed-off-by: karthikaeyetea <karthika.subramani@candelatech.com>
This commit is contained in:
@@ -569,6 +569,7 @@ class ChamberView:
|
||||
try:
|
||||
df = pd.read_csv("../reports/" + str(dir_name) + file_name,
|
||||
sep=r'\t', engine='python')
|
||||
|
||||
print("csv file opened")
|
||||
except FileNotFoundError:
|
||||
print("csv file does not exist")
|
||||
|
||||
Reference in New Issue
Block a user