diff scripts/score_plot.py @ 1075:056a8454500e

Bug fixes in scripts: display plays in last timeline segment of each fragment (post last move); call sub-processes of generate_report.py in same folder (pass on argument); indentation in LaTeX file.
author Brecht De Man <BrechtDeMan@users.noreply.github.com>
date Wed, 16 Sep 2015 13:31:40 +0100
parents 2ea78697aadf
children 235594325b84
line wrap: on
line diff
--- a/scripts/score_plot.py	Tue Sep 15 10:20:50 2015 +0100
+++ b/scripts/score_plot.py	Wed Sep 16 13:31:40 2015 +0100
@@ -76,7 +76,7 @@
                 print "WARNING: The 'legend' option is only relevant to plots of "+\
                       "individual ratings"
             show_legend = True     # show all individual ratings
-        elif arg.isnumeric():
+        elif arg.isdigit():
             if not enable_confidence: 
                 print "WARNING: The numeric confidence value is only relevant when "+\
                       "confidence plot is enabled"