changeset 8:da693b03b582

Modified the call to os.system
author george-weingart
date Tue, 06 May 2014 17:28:29 -0400
parents 79da68490e43
children 4641f18651c3
files micropita_prepare.py
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/micropita_prepare.py	Tue May 06 17:25:47 2014 -0400
+++ b/micropita_prepare.py	Tue May 06 17:28:29 2014 -0400
@@ -140,7 +140,7 @@
 	OutTargetsFile.close()
 	os_command = "python " + \
 		root_dir + \
-		"MicroPITA.py "+\
+		"/MicroPITA.py "+\
 		"--lastmeta " + table_lines[LastMetaInt]+ " " +\
 		"--feature_method " + results.feature_method + " " + \
 		"--target " + TempTargetsFileName + " " +\
@@ -162,7 +162,7 @@
 or results.MParameter == "extreme": 
 		os_command = "python " + \
 		root_dir +  \
-		"MicroPITA.py "+\
+		"/MicroPITA.py "+\
 		"--lastmeta " + table_lines[LastMetaInt]+ " " +\
 		"-m " + results.MParameter + " " + \
 		"-n " + results.NSamples + " " +\
@@ -186,7 +186,7 @@
 or results.MParameter == "discriminant": 
 	os_command = "python " + \
 		root_dir + \
-		"MicroPITA.py "+\
+		"/MicroPITA.py "+\
 		"--lastmeta " + table_lines[LastMetaInt]+ " " +\
 		"--label " + table_lines[LastMetaInt]+ " " +\
 		"-m " + results.MParameter + " " + \