Mercurial > hg > webaudioevaluationtool
diff scripts/score_parser.py @ 798:397f19747594
Instructions update (WIP); removed basic instructions from README.
author | Brecht De Man <BrechtDeMan@users.noreply.github.com> |
---|---|
date | Fri, 18 Dec 2015 01:45:54 +0000 |
parents | 519baf8648a9 |
children | 8540d153caec |
line wrap: on
line diff
--- a/scripts/score_parser.py Thu Dec 17 11:11:57 2015 +0000 +++ b/scripts/score_parser.py Fri Dec 18 01:45:54 2015 +0000 @@ -97,7 +97,7 @@ filewriter.writerow(row + ['']*len(newfragments)) os.rename('temp.csv', file_name) # replace old file with temp file headerrow = headerrow + newfragments - + # if not, create file and make header else: headerrow = sorted(fragmentnamelist) # sort alphabetically