mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-11 16:00:57 +00:00
Warning about missing bitkey_pb2.py
This commit is contained in:
parent
b7a81c61eb
commit
05a15eaf7d
@ -0,0 +1,6 @@
|
|||||||
|
try:
|
||||||
|
import bitkey_pb2
|
||||||
|
except ImportError:
|
||||||
|
print "bitkey_pb2.py not found. Please run /protobuf/build.sh to generate it!"
|
||||||
|
import sys
|
||||||
|
sys.exit()
|
Loading…
Reference in New Issue
Block a user