Mercurial > hg > webaudioevaluationtool
diff scripts/score_plot.py @ 781:18dc725bb5c2
Scripts: generate_report.py fix (wrong directory passed on to score_plot.py)
author | Brecht De Man <BrechtDeMan@users.noreply.github.com> |
---|---|
date | Tue, 08 Dec 2015 22:13:14 +0100 |
parents | e66434e0f573 |
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