Mercurial > hg > webaudioevaluationtool
diff scripts/score_plot.py @ 1418:6d47c4ed0e67
Scripts: generate_report.py fix (wrong directory passed on to score_plot.py)
author | Brecht De Man <b.deman@qmul.ac.uk> |
---|---|
date | Tue, 08 Dec 2015 22:13:14 +0100 |
parents | 1de4c0257fa4 |
children | 43801b3d6131 |
line wrap: on
line diff
--- a/scripts/score_plot.py Tue Dec 08 17:17:39 2015 +0100 +++ b/scripts/score_plot.py Tue Dec 08 22:13:14 2015 +0100 @@ -115,7 +115,7 @@ # CODE # get every csv file in folder -for file in os.listdir(rating_folder): # You have to put this in folder where rating csv files are. +for file in os.listdir(rating_folder): if file.endswith(".csv"): page_name = file[:-4] # file name (without extension) is page ID