Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Zheng Yile
codiaclient
Commits
4a12320a
Commit
4a12320a
authored
Jun 28, 2021
by
Zheng Yile
Browse files
Merge branch 'dev' into gui-master
parents
b1493656
92e5ae5e
Changes
1
Hide whitespace changes
Inline
Side-by-side
codiaclient/cachectrl.py
View file @
4a12320a
...
...
@@ -16,7 +16,7 @@ from os import environ, path, makedirs
from
sys
import
platform
if
platform
==
'darwin'
:
variables
[
'appDataPath'
]
=
"~/Library/codiaclient"
elif
platform
==
'win32'
elif
platform
==
'win32'
:
variables
[
'appDataPath'
]
=
path
.
join
(
environ
[
'AppData'
],
'codiaclient'
)
if
not
path
.
exists
(
variables
[
'appDataPath'
]):
makedirs
(
variables
[
'appDataPath'
])
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment