changed csv file name from Mbps to bps

Signed-off-by: karthikaeyetea <karthika.subramani@candelatech.com>
This commit is contained in:
karthikaeyetea
2022-05-19 10:34:06 +05:30
parent 8d0c9bc4a8
commit 70efdacc1e

View File

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