mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-05 04:53:01 +00:00
fix: multiprocessing problems
This commit is contained in:
+5
-1
@@ -29,7 +29,11 @@ class Paths:
|
||||
|
||||
@classmethod
|
||||
def get_config_dir(cls):
|
||||
return cls.XDG_CONFIG_DIR or os.path.realpath(".")
|
||||
return (
|
||||
cls.XDG_CONFIG_DIR
|
||||
or os.environ.get("SWINGMUSIC_XDG_CONFIG_DIR")
|
||||
or os.path.realpath(".")
|
||||
)
|
||||
|
||||
@classmethod
|
||||
def get_config_folder(cls):
|
||||
|
||||
Reference in New Issue
Block a user