|
|
|
@ -141,7 +141,10 @@ class KeepKeyPlugin(HW_PluginBase): |
|
|
|
'download the updated firmware from {}') |
|
|
|
'download the updated firmware from {}') |
|
|
|
.format(self.device, client.label(), self.firmware_URL)) |
|
|
|
.format(self.device, client.label(), self.firmware_URL)) |
|
|
|
self.print_error(msg) |
|
|
|
self.print_error(msg) |
|
|
|
handler.show_error(msg) |
|
|
|
if handler: |
|
|
|
|
|
|
|
handler.show_error(msg) |
|
|
|
|
|
|
|
else: |
|
|
|
|
|
|
|
raise Exception(msg) |
|
|
|
return None |
|
|
|
return None |
|
|
|
|
|
|
|
|
|
|
|
return client |
|
|
|
return client |
|
|
|
|