Browse Source

misplaced ,

Schultz 8 years ago
parent
commit
2009593a7b
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      gitstats

+ 1
- 1
gitstats View File

889
         writeHeaderstoNewFile(path + "/day_of_week_TEST.tsv", ['day_number','day_name','commits'],"\t")
889
         writeHeaderstoNewFile(path + "/day_of_week_TEST.tsv", ['day_number','day_name','commits'],"\t")
890
         day_of_week_tsv=open(path + "/day_of_week_TEST.tsv", "a+")
890
         day_of_week_tsv=open(path + "/day_of_week_TEST.tsv", "a+")
891
         # FOR TABLE OUTPUT, NEED TO TEST THIS
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
         day_of_week_TABLE=open(path + "/day_of_week_TABLE.csv", "a+")
893
         day_of_week_TABLE=open(path + "/day_of_week_TABLE.csv", "a+")
894
 
894
 
895
         f.write(html_header(2, 'Day of Week'))
895
         f.write(html_header(2, 'Day of Week'))