Fix logger crash

This commit is contained in:
Joe Rickerby
2020-12-18 14:16:28 +00:00
parent 7fb032d70f
commit 9906cf7105
+2
View File
@@ -23,6 +23,8 @@ PLATFORM_IDENTIFIER_DESCIPTIONS = {
'win32': 'Windows 32bit',
'win_amd64': 'Windows 64bit',
'macosx_x86_64': 'macOS x86_64',
'macosx_universal2': 'macOS Universal 2 - x86_64 and arm64',
'macosx_arm64': 'macOS arm64 - Apple Silicon',
}