mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-25 13:10:33 +08:00
FIX: Windows path
This commit is contained in:
@@ -126,7 +126,7 @@ def catalyst_root(environ=None):
|
||||
|
||||
root = environ.get('ZIPLINE_ROOT', None)
|
||||
if root is None:
|
||||
root = expanduser('~/.catalyst')
|
||||
root = os.path.join(expanduser('~'),'.catalyst')
|
||||
|
||||
return root
|
||||
|
||||
|
||||
Reference in New Issue
Block a user