Fixed settings creation for windows.

This commit is contained in:
Norman Jäckel 2018-08-20 21:01:30 +02:00 committed by Oskar Hahn
parent ad6d05639d
commit 48a2a3fe53
1 changed files with 1 additions and 1 deletions

View File

@ -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: