changeset 7:79da68490e43

Uploaded
author george-weingart
date Tue, 06 May 2014 17:25:47 -0400
parents 9d3798187b19
children da693b03b582
files micropita_prepare.py
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/micropita_prepare.py	Tue May 06 17:22:56 2014 -0400
+++ b/micropita_prepare.py	Tue May 06 17:25:47 2014 -0400
@@ -173,8 +173,8 @@
 		argsx = shlex.split(os_command)
 		print argsx
 		try:
-				######os.system(os_command)
-				subprocess.check_call(argsx , shell=False)
+				os.system(os_command)
+				######subprocess.check_call(argsx , shell=False)
 		except:
 				print "The call to micropita failed============="
 		sys.exit(0)