|
|
@@ -889,7 +889,7 @@ class HTMLReportCreator(ReportCreator):
|
|
889
|
889
|
writeHeaderstoNewFile(path + "/day_of_week_TEST.tsv", ['day_number','day_name','commits'],"\t")
|
|
890
|
890
|
day_of_week_tsv=open(path + "/day_of_week_TEST.tsv", "a+")
|
|
891
|
891
|
# FOR TABLE OUTPUT, NEED TO TEST THIS
|
|
892
|
|
- writeHeaderstoNewFile(path +"/day_of_week_TABLE.csv". ['Day','Total', 'Percentage', ','])
|
|
|
892
|
+ writeHeaderstoNewFile(path +"/day_of_week_TABLE.csv", ['Day','Total', 'Percentage', ','])
|
|
893
|
893
|
day_of_week_TABLE=open(path + "/day_of_week_TABLE.csv", "a+")
|
|
894
|
894
|
|
|
895
|
895
|
f.write(html_header(2, 'Day of Week'))
|