Cura/cura/OAuth2
Konstantinos Karmas 8ade68dbef Catch the KeyringLocked error instead of the MacOS specific
Turns out that when the KeychainDenied error is raised, it is being caught by the macOS keyring api and the non-macOS-specific KeyringLocked error is raised instead, so we need to catch this one.

CURA-8332
2021-06-23 11:20:35 +02:00
..
__init__.py Fix code style and documentation formatting 2019-02-08 11:10:43 +01:00
AuthorizationHelpers.py Interpret timeouts as general connection errors 2021-06-07 15:03:46 +02:00
AuthorizationRequestHandler.py Remove trailing whitespace from Python files 2020-05-29 14:30:33 +02:00
AuthorizationRequestServer.py Fix Authorization server not properly stopping after flow completes. 2020-06-09 15:12:26 +02:00
AuthorizationService.py Fix an crash when starting Cura without a network connection 2021-05-24 18:43:05 +02:00
KeyringAttribute.py Catch the KeyringLocked error instead of the MacOS specific 2021-06-23 11:20:35 +02:00
LocalAuthorizationServer.py Fix local authorization server crashing 2020-06-11 15:27:29 +02:00
Models.py Small aesthetic code changes 2021-03-17 09:30:31 +01:00