Fix: Decode run_cmd() result
Since commit
02697af5, ExecContext.run() returns bytes for stdout and stderr and fixes that in calling code. The thing it did not fix was the code calling run_cmd(), which also made return bytes. This commit catches up on that.Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
fd35fa0871
commit
21e67291b5
6 changed files with 12 additions and 14 deletions
|
|
@ -2,7 +2,6 @@
|
|||
|
||||
import os, sys, subprocess, asyncio
|
||||
|
||||
from ..util import run_cmd
|
||||
from ..ExecContext import ExecContext as Base
|
||||
from ..ExecContext import Result
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue