Skip to content

Commit

Permalink
Fix formatting in logging for #1721
Browse files Browse the repository at this point in the history
  • Loading branch information
sampsyo committed Nov 22, 2015
1 parent 1d0984a commit 0a719a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beets/util/artresizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0a719a0

Please sign in to comment.