changeset 9:4641f18651c3

Updated the os.command
author george-weingart
date Tue, 06 May 2014 17:34:57 -0400
parents da693b03b582
children 2f588c566849
files micropita_prepare.py
diffstat 1 files changed, 5 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/micropita_prepare.py	Tue May 06 17:28:29 2014 -0400
+++ b/micropita_prepare.py	Tue May 06 17:34:57 2014 -0400
@@ -153,9 +153,10 @@
 	os.system(os_command)
 
 	
-######"/tools/micropita/" + \
+######"/tools/micropita/" + \   1234
 
-print "Before invoking the call"
+print "Before invoking the call 1234"
+print root_dir
 
 if results.MParameter == "representative"\
 or results.MParameter == "diverse"\
@@ -170,8 +171,8 @@
 		results.inputname + " " +\
 		results.outputname
 		print os_command
-		argsx = shlex.split(os_command)
-		print argsx
+		###argsx = shlex.split(os_command)
+		####print argsx
 		try:
 				os.system(os_command)
 				######subprocess.check_call(argsx , shell=False)