mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-03 20:13:02 +00:00
try to fix os.path.join None error
+ remove original thumbnails folder
This commit is contained in:
+1
-1
@@ -29,7 +29,7 @@ class Paths:
|
||||
|
||||
@classmethod
|
||||
def get_config_dir(cls):
|
||||
return cls.XDG_CONFIG_DIR
|
||||
return cls.XDG_CONFIG_DIR or os.path.realpath(".")
|
||||
|
||||
@classmethod
|
||||
def get_config_folder(cls):
|
||||
|
||||
Reference in New Issue
Block a user