mirror of
https://github.com/qca/qca-swiss-army-knife.git
synced 2025-12-10 07:44:42 +01:00
Update ath10k-bdencoder
Signed-off-by: Kalle Valo <quic_kvalo@quicinc.com>
This commit is contained in:
parent
b0e7d9c976
commit
a163e2363f
1 changed files with 1 additions and 1 deletions
|
|
@ -618,7 +618,7 @@ def cmd_add_mbox(args):
|
|||
if not filename.endswith(BIN_SUFFIX):
|
||||
continue
|
||||
|
||||
name = filename.rstrip(BIN_SUFFIX)
|
||||
name = filename[:-len(BIN_SUFFIX)]
|
||||
board_files[name] = part.get_payload(decode=True)
|
||||
|
||||
print('Found mail "%s" with %d board files' % (msg['Subject'],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue