mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-15 20:19:23 +00:00
fix gitignore filename
This commit is contained in:
parent
fc528f5733
commit
b0a5297aed
@ -9,7 +9,7 @@ def process_file(name):
|
||||
with open(name, 'rb') as f:
|
||||
resources[name] = f.read()
|
||||
|
||||
# scan generic resources
|
||||
# scan common resources
|
||||
for res in os.scandir('src/trezor/res/'):
|
||||
if res.is_file():
|
||||
process_file('src/trezor/res/%s' % res.name)
|
||||
|
Loading…
Reference in New Issue
Block a user