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:
parent
6bd5345021
commit
4b407a9ac1
@ -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}")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user