mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-02-24 05:12:02 +00:00
ci: fix UI master diff
This commit is contained in:
parent
a1eaa465aa
commit
1e0fa3428c
@ -23,7 +23,7 @@ def get_diff(
|
|||||||
current = download.fetch_fixtures_current()
|
current = download.fetch_fixtures_current()
|
||||||
|
|
||||||
def matches_prefix(name: str) -> bool:
|
def matches_prefix(name: str) -> bool:
|
||||||
any(name.startswith(prefix) for prefix in test_prefixes)
|
return any(name.startswith(prefix) for prefix in test_prefixes)
|
||||||
|
|
||||||
master = {name: value for name, value in master.items() if matches_prefix(name)}
|
master = {name: value for name, value in master.items() if matches_prefix(name)}
|
||||||
current = {name: value for name, value in current.items() if matches_prefix(name)}
|
current = {name: value for name, value in current.items() if matches_prefix(name)}
|
||||||
|
Loading…
Reference in New Issue
Block a user