mirror of
https://github.com/yaronzz/Tidal-Media-Downloader.git
synced 2026-01-16 16:04:25 -05:00
fix bug of setting path
This commit is contained in:
@@ -40,7 +40,7 @@ def getSettingsPath():
|
||||
elif "HOMEDRIVE" in os.environ and "HOMEPATH" in os.environ:
|
||||
return os.environ['HOMEDRIVE'] + os.environ['HOMEPATH']
|
||||
else:
|
||||
return os.path._getfullpathname("./")
|
||||
return os.path.abspath("./")
|
||||
|
||||
|
||||
def getLogPath():
|
||||
|
||||
Reference in New Issue
Block a user