1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-17 21:22:10 +00:00

common/tools: fix code that only worked by accident

This commit is contained in:
matejcik 2019-04-29 18:49:06 +02:00
parent 6bd5345021
commit 4b407a9ac1

View File

@ -82,7 +82,7 @@ def print_support(coin):
def check_support_values():
def _check_value_version_soon(val):
def _check_value_version_soon(value):
if not isinstance(value, str):
raise ValueError(f"non-str value: {value}")