1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-11 07:50:57 +00:00

common/tools: fix comment

This commit is contained in:
matejcik 2019-12-09 12:59:23 +01:00 committed by matejcik
parent 558020be01
commit 12fb69d789

View File

@ -260,7 +260,7 @@ def _load_misc():
def _load_fido_apps():
"""Load btc-like coins from `coins/*.json`"""
"""Load FIDO apps from `fido/*.json`"""
apps = []
for filename in sorted(glob.glob(os.path.join(DEFS_DIR, "fido", "*.json"))):
app_name = os.path.basename(filename)[:-5].lower()