mirror of
https://github.com/beetbox/beets.git
synced 2026-01-01 21:42:48 +01:00
merge #5186
This commit is contained in:
parent
6a27a8de3c
commit
dc0b46d0cb
1 changed files with 1 additions and 1 deletions
|
|
@ -938,7 +938,7 @@ def command_output(
|
|||
if proc.returncode:
|
||||
raise subprocess.CalledProcessError(
|
||||
returncode=proc.returncode,
|
||||
cmd=" ".join(cmd),
|
||||
cmd=" ".join(map(str, cmd)),
|
||||
output=stdout + stderr,
|
||||
)
|
||||
return CommandOutput(stdout, stderr)
|
||||
|
|
|
|||
Loading…
Reference in a new issue