mirror of
https://github.com/beetbox/beets.git
synced 2026-01-13 11:41:43 +01:00
parent
6e8f06679c
commit
7f36fdd3cd
1 changed files with 1 additions and 1 deletions
|
|
@ -119,7 +119,7 @@ def pil_getsize(path_in):
|
|||
|
||||
def im_getsize(path_in):
|
||||
try:
|
||||
out = util.command_output(['identify', '-format', '%w %h',
|
||||
out = util.command_output([b'identify', b'-format', b'%w %h',
|
||||
util.syspath(path_in)])
|
||||
except subprocess.CalledProcessError:
|
||||
log.warn(u'IM cannot compute size of {0}',
|
||||
|
|
|
|||
Loading…
Reference in a new issue