Update ath10k-bdencoder

Signed-off-by: Kalle Valo <quic_kvalo@quicinc.com>
This commit is contained in:
Kalle Valo 2023-03-17 14:12:54 +02:00
parent 69808f48c1
commit b0e7d9c976

View file

@ -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):