comments, line spacing changes

This commit is contained in:
Dipti
2021-02-06 00:52:02 -08:00
parent a9c5365e13
commit 8dba7a9182

View File

@@ -1213,7 +1213,7 @@ class L3CXProfile(LFCliBase):
expected_passes = 0
old_cx_rx_values = self.__get_rx_values()
#instantiate csv file here, with headers
#instantiate csv file here, add specified column headers
csvfile=open(''+ report_file+'','w') #replace with report file
csvwriter = csv.writer(csvfile,delimiter=",")
csvwriter.writerow(header_row)