Previous changeset 23:da65f6d41a9e (2015-11-17) Next changeset 25:f6f472d55b35 (2016-01-12) |
Commit message:
Uploaded |
modified:
saint_wrapper.py |
b |
diff -r da65f6d41a9e -r 7cd627b3d184 saint_wrapper.py --- a/saint_wrapper.py Tue Nov 17 13:32:31 2015 -0500 +++ b/saint_wrapper.py Tue Nov 17 13:35:02 2015 -0500 |
b |
@@ -51,6 +51,7 @@ open('list.txt') os.rename('list.txt', str(output_file1)) +first_run_check() if (vc_bool == "true"): if (go_bool == "false"): with_L(inter_file, prey_file, bait_file, output_file, vc_num, num_of_rep) |