|
|
@@ -879,7 +879,7 @@ class HTMLReportCreator(ReportCreator):
|
|
879
|
879
|
# Day of Week
|
|
880
|
880
|
|
|
881
|
881
|
writeHeaderstoNewTSV(path + "day_of_week_TEST.tsv", ['day_number','day_name','commits'])
|
|
882
|
|
- day_of_week_tsv=open(path + ls"day_of_week_TEST.tsv", "a+")
|
|
|
882
|
+ day_of_week_tsv=open(path + "day_of_week_TEST.tsv", "a+")
|
|
883
|
883
|
|
|
884
|
884
|
f.write(html_header(2, 'Day of Week'))
|
|
885
|
885
|
day_of_week = data.getActivityByDayOfWeek()
|