diff scripts/generate_report.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 17b550310734
children 397f19747594
line wrap: on
line diff
--- a/scripts/generate_report.py	Tue Dec 08 17:17:39 2015 +0100
+++ b/scripts/generate_report.py	Tue Dec 08 22:13:14 2015 +0100
@@ -116,7 +116,7 @@
 if render_figures:
     subprocess.call("python timeline_view_movement.py '"+folder_name+"'", shell=True)
     subprocess.call("python score_parser.py '"+folder_name+"'", shell=True)
-    subprocess.call("python score_plot.py '"+folder_name+"'", shell=True)
+    subprocess.call("python score_plot.py '"+folder_name+"ratings/'", shell=True)
 
 # get every XML file in folder
 files_list = os.listdir(folder_name)