Skip to content

Commit

Permalink
should fail python lint
Browse files Browse the repository at this point in the history
  • Loading branch information
NickeZ committed Aug 16, 2024
1 parent 10ab794 commit 50a4e2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/bitbox02/bitbox02/bitbox02/bitbox02.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
# We export it in __init__.py
from bitbox02.communication.generated import system_pb2 as system
except ModuleNotFoundError:
print("Run `make py` to generate the protobuf messages")
print('Run `make py` to generate the protobuf messages')
sys.exit()

try:
Expand Down

0 comments on commit 50a4e2d

Please sign in to comment.