# HG changeset patch # User george-weingart # Date 1399412097 14400 # Node ID 4641f18651c382f182d97dec5795ab9db7883ab1 # Parent da693b03b58277d1d38fc0513784c9422041493d Updated the os.command diff -r da693b03b582 -r 4641f18651c3 micropita_prepare.py --- 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)