try to fix os.path.join None error

+ remove original thumbnails folder
This commit is contained in:
mungai-njoroge
2024-04-15 07:33:48 +03:00
parent a99d8c654d
commit b1de2c7321
3 changed files with 17 additions and 4 deletions
+1 -1
View File
@@ -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):