Skip to content
Snippets Groups Projects
Commit 79c0b287 authored by kosted's avatar kosted
Browse files

correct path of where data are stored

parent 6b29752e
No related branches found
No related tags found
No related merge requests found
...@@ -20,7 +20,7 @@ if sys.platform == 'win32': ...@@ -20,7 +20,7 @@ if sys.platform == 'win32':
USER_INFO_FILE_PATH=os.getcwd()+"\maap-s3-userinfo.json" USER_INFO_FILE_PATH=os.getcwd()+"\maap-s3-userinfo.json"
USER_LAST_UPLOAD_INFO_FILE_PATH=os.getcwd()+"\maap-s3-multipartinfo.json" USER_LAST_UPLOAD_INFO_FILE_PATH=os.getcwd()+"\maap-s3-multipartinfo.json"
else : else :
USER_INFO_FILE_PATH="/usr/bmap/maap-s3-userinfo.json" USER_INFO_FILE_PATH="/projects/.maap/maap-s3-userinfo.json"
USER_LAST_UPLOAD_INFO_FILE_PATH="/usr/bmap/maap-s3-multipartinfo.json" USER_LAST_UPLOAD_INFO_FILE_PATH="/usr/bmap/maap-s3-multipartinfo.json"
userinfo = {} userinfo = {}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment