Mercurial > repos > hackdna > refinery_test
diff refinery_test_tool.py @ 3:f725e3820fb4 draft
Add 2-1 and 2-2 tools. Code cleanup.
author | hackdna |
---|---|
date | Fri, 10 May 2013 17:07:41 -0400 |
parents | 417f332cf4ef |
children | a410fb6c43fa |
line wrap: on
line diff
--- a/refinery_test_tool.py Thu May 09 00:48:11 2013 -0400 +++ b/refinery_test_tool.py Fri May 10 17:07:41 2013 -0400 @@ -29,7 +29,7 @@ input = read_files(args.input_files) try: for out_file in args.output_files: - out_file.write('\n' + "Output file name: " + out_file.name + '\n') + out_file.write("Output file name: " + out_file.name + '\n\n') out_file.write(input) except IOError as e: cleanup(args)