mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-24 23:38:09 +00:00
Check for generated bitkey_pb2.py
This commit is contained in:
parent
b6106fa681
commit
8cf7a6ae3d
@ -1,5 +1,5 @@
|
|||||||
try:
|
try:
|
||||||
import bitkey_pb2
|
import bitkey_pb2 as proto
|
||||||
except ImportError:
|
except ImportError:
|
||||||
print "bitkey_pb2.py not found. Please run /protobuf/build.sh to generate it!"
|
print "bitkey_pb2.py not found. Please run /protobuf/build.sh to generate it!"
|
||||||
import sys
|
import sys
|
||||||
|
Loading…
Reference in New Issue
Block a user