1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-10 23:40:58 +00:00
This commit is contained in:
slush0 2014-02-13 16:54:58 +01:00
parent 1f893afedd
commit 9b8462f71e

View File

@ -71,7 +71,7 @@ class BaseClient(object):
if handler != None:
msg = handler(resp)
if msg == None:
raise Exception("Callback %s must return protobug message, not None" % handler)
raise Exception("Callback %s must return protobuf message, not None" % handler)
resp = self.call(msg)