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
69808f48c1
commit
b0e7d9c976
1 changed files with 1 additions and 1 deletions
|
|
@ -596,7 +596,7 @@ def cmd_add_board(args):
|
|||
|
||||
|
||||
def git_get_head_id():
|
||||
return subprocess.check_output(['git', 'log', '--format=format:%H', '-1'])
|
||||
return subprocess.check_output(['git', 'log', '--format=format:%H', '-1'], text=True)
|
||||
|
||||
|
||||
def cmd_add_mbox(args):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue