From 47215153f96ff78f2f9eb1962bc1c6f12ae7fbb2 Mon Sep 17 00:00:00 2001 From: Debulois Quentin Date: Sun, 4 Oct 2020 15:04:57 +0200 Subject: Résolution bug, tuple nécessaire pour supression alpha MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Redim/config.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Redim/config.py') diff --git a/Redim/config.py b/Redim/config.py index 2cbdafd..d618bd1 100644 --- a/Redim/config.py +++ b/Redim/config.py @@ -26,9 +26,10 @@ class Config(): "webp" ) } + self.user_profile = getenv("USERPROFILE") if platform != "linux": self.json_path = join( - getenv("USERPROFILE"), + self.user_profile, "AppData", "Local", "Redim" -- cgit v1.2.3