diff experiments/scripts/cnbh-syllables/results_plotting/gen_results.py @ 102:63bd7787ff98

- Bugfixen
author tomwalters
date Tue, 14 Sep 2010 00:36:42 +0000
parents 9416e88d7c56
children 886b6d5c52cf
line wrap: on
line diff
--- a/experiments/scripts/cnbh-syllables/results_plotting/gen_results.py	Tue Sep 14 00:18:47 2010 +0000
+++ b/experiments/scripts/cnbh-syllables/results_plotting/gen_results.py	Tue Sep 14 00:36:42 2010 +0000
@@ -68,7 +68,7 @@
         total_value_count = int(value)
       if option in ("-p", "--spoke_pattern_file"):
         spoke_pattern_file = value
-      if option in ("-o", "--output_filename")
+      if option in ("-o", "--output_filename"):
         output_filename = value
   
   except Usage, err: