changeset 35:409b4e31c3d1 draft

Uploaded
author bornea
date Thu, 28 Jan 2016 16:43:08 -0500
parents d525ea266d8a
children e1401d2badbe
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:41:02 2016 -0500
+++ b/saint_wrapper.py	Thu Jan 28 16:43:08 2016 -0500
@@ -47,7 +47,7 @@
     if r"SAINTexpress_v3.6.1__2015-05-03" in dirs_list:
         pass
     else:
-        cmd = r"unzip SAINTexpress_v3.6.1__2015-05-03.zip"
+        cmd = r"unzip " + str(ins_path) + "/SAINTexpress_v3.6.1__2015-05-03.zip"
         os.system(cmd)
         os.chdir(str(ins_path) + "/SAINTexpress_v3.6.1__2015-05-03")
         cmd1 = r"make -j"