Mercurial > repos > george-weingart > micropita
changeset 14:a206555874ee
Removed Debugging statement
author | george-weingart |
---|---|
date | Wed, 07 May 2014 22:12:31 -0400 |
parents | 627e25eb606d |
children | 61e311c4d2d0 |
files | micropita_prepare.py |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/micropita_prepare.py Wed May 07 13:02:28 2014 -0400 +++ b/micropita_prepare.py Wed May 07 22:12:31 2014 -0400 @@ -171,7 +171,6 @@ 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)