From 48a2a3fe536da7b93ee6e08368808ae73cd44cdb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Norman=20J=C3=A4ckel?= Date: Mon, 20 Aug 2018 21:01:30 +0200 Subject: [PATCH] Fixed settings creation for windows. --- openslides/utils/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openslides/utils/main.py b/openslides/utils/main.py index 43503a6c4..2f784233c 100644 --- a/openslides/utils/main.py +++ b/openslides/utils/main.py @@ -198,7 +198,7 @@ def get_win32_app_data_dir() -> str: # TODO: Write other exception raise Exception("Could not determine Windows' APPDATA path") - return buf.value.decode('utf-8') + return buf.value # type: ignore def get_win32_portable_dir() -> str: