Mercurial > repos > bornea > saint_tool
changeset 36:e1401d2badbe draft
Uploaded
author | bornea |
---|---|
date | Thu, 28 Jan 2016 16:46:04 -0500 |
parents | 409b4e31c3d1 |
children | 3b29140a33e5 |
files | saint_wrapper.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/saint_wrapper.py Thu Jan 28 16:43:08 2016 -0500 +++ b/saint_wrapper.py Thu Jan 28 16:46:04 2016 -0500 @@ -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"