1
0

wizard: fix assumption 'keystore_type' is present in wizard_data, fix unexpected keystore type msg

This commit is contained in:
Sander van Grieken
2023-09-15 11:39:53 +02:00
parent 1a91da67ea
commit ec0dbc78c2
2 changed files with 5 additions and 5 deletions

View File

@@ -364,4 +364,6 @@ class OutdatedHwFirmwareException(UserFacingException):
class OperationCancelled(UserFacingException):
"""Emitted when an operation is cancelled by user on a HW device
"""
pass