Mercurial > repos > nanette > nanettetest3
diff test_script_path.py @ 7:b41fc3e15949 draft
Uploaded
author | nanette |
---|---|
date | Wed, 21 Aug 2013 05:56:49 -0400 |
parents | bfe8aba3fd1c |
children | a303f3ffa153 |
line wrap: on
line diff
--- a/test_script_path.py Wed Aug 21 04:51:37 2013 -0400 +++ b/test_script_path.py Wed Aug 21 05:56:49 2013 -0400 @@ -42,7 +42,9 @@ outfile = open(options.output1,"w") for l in inlist: outfile.write("* "+str(l)+"\n") + outfile.write("--- TEST ---" + "\n") outfile.write(options.myflag + "\n") + outfile.write("--- TEST ---" + "\n") outfile.close() ##############################################