mirror of
https://github.com/beetbox/beets.git
synced 2026-01-01 13:33:02 +01:00
Fix formatting in logging for #1721
This commit is contained in:
parent
1d0984a294
commit
0a719a0152
1 changed files with 1 additions and 1 deletions
|
|
@ -125,7 +125,7 @@ def im_getsize(path_in):
|
|||
except subprocess.CalledProcessError as exc:
|
||||
log.warn(
|
||||
'ImageMagick invocation failed when '
|
||||
'getting size with command {}: {}: cannot compute size of {0}',
|
||||
'getting size with command {}: {}',
|
||||
cmd, exc
|
||||
)
|
||||
return
|
||||
|
|
|
|||
Loading…
Reference in a new issue