Skip to content

Commit 12409bd

Browse files
committed
Merge pull request sinacloud#92 from monkeyxite/fix_win7_path_issue
fix win7 path issue due to path join problem.
2 parents 59f2791 + 6886322 commit 12409bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dev_server/saecloud

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ from sae.util import search_file_bottom_up
2020
UPLOAD_SERVER = 'http://upload.sae.sina.com.cn'
2121
DEPLOY_SERVER = 'http://deploy.sae.sina.com.cn'
2222
SVN_SERVER = 'https://svn.sinaapp.com/'
23-
LOCAL_CACHE_DIR = os.path.expanduser('~/.saecloud')
23+
LOCAL_CACHE_DIR = os.path.join(os.path.expanduser('~'),'.saecloud')
2424

2525
VERSION = '0.0.1'
2626
verbose = False

0 commit comments

Comments
 (0)