Skip to content

Commit

Permalink
merge #5186
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr-Blank committed Apr 11, 2024
1 parent 6a27a8d commit dc0b46d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beets/util/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit dc0b46d

Please sign in to comment.