changeset 13:627e25eb606d

Uploaded
author george-weingart
date Wed, 07 May 2014 13:02:28 -0400
parents 6e94c5a60c80
children a206555874ee
files micropita_prepare.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/micropita_prepare.py	Tue May 06 20:20:26 2014 -0400
+++ b/micropita_prepare.py	Wed May 07 13:02:28 2014 -0400
@@ -171,6 +171,7 @@
 		results.inputname + " " +\
 		results.outputname
 		argsx = shlex.split(os_command)					#Split the command
+		print "This is  a test 1234\n"
 		try:
 				###os.system(os_command)
 				subprocess.check_call(argsx , shell=False)