Previous changeset 35:409b4e31c3d1 (2016-01-28) Next changeset 37:3b29140a33e5 (2016-01-28) |
Commit message:
Uploaded |
modified:
saint_wrapper.py |
b |
diff -r 409b4e31c3d1 -r e1401d2badbe saint_wrapper.py --- a/saint_wrapper.py Thu Jan 28 16:43:08 2016 -0500 +++ b/saint_wrapper.py Thu Jan 28 16:46:04 2016 -0500 |
b |
@@ -47,7 +47,7 @@ if r"SAINTexpress_v3.6.1__2015-05-03" in dirs_list: pass else: - cmd = r"unzip " + str(ins_path) + "/SAINTexpress_v3.6.1__2015-05-03.zip" + cmd = r"unzip " + str(ins_path) + "/SAINTexpress_v3.6.1__2015-05-03.zip -d " + str(ins_path) os.system(cmd) os.chdir(str(ins_path) + "/SAINTexpress_v3.6.1__2015-05-03") cmd1 = r"make -j" |