mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-29 22:01:14 -07:00
Merge branch '4.11' of github.com:Ultimaker/Cura
This commit is contained in:
commit
b60ae92d60
59 changed files with 11246 additions and 8710 deletions
|
|
@ -43,6 +43,10 @@ class KeyringAttribute:
|
|||
self._store_secure = False
|
||||
Logger.log("i", "Access to the keyring was denied.")
|
||||
return getattr(instance, self._name)
|
||||
except UnicodeDecodeError:
|
||||
self._store_secure = False
|
||||
Logger.log("w", "The password retrieved from the keyring cannot be used because it contains characters that cannot be decoded.")
|
||||
return getattr(instance, self._name)
|
||||
else:
|
||||
return getattr(instance, self._name)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue