Compare commits
No commits in common. "feb7383ab3656995d2d66a85ab8b344cee762919" and "d9f632072a5a776d0297de5e793c0bca0f1e445d" have entirely different histories.
feb7383ab3
...
d9f632072a
@ -75,8 +75,6 @@ def get_save_dir(dirname):
|
||||
path = os.environ["HOME"]+"/.local/share/"+dirname
|
||||
if p=="win32":
|
||||
path = os.getenv('APPDATA')+"\\"+dirname
|
||||
if p=="darwin":
|
||||
path = os.environ["HOME"]+"/Library/"+dirname
|
||||
|
||||
# Create folder if non-existant
|
||||
try:
|
||||
|
Loading…
Reference in New Issue
Block a user