mirror of
https://github.com/beetbox/beets.git
synced 2025-12-26 10:34:09 +01:00
Fix ImageMagick Detection
The `return` statement was at the wrong indent level, so we never checked for the legacy `convert` executable
This commit is contained in:
parent
a34f19e01c
commit
299cb53e44
1 changed files with 1 additions and 1 deletions
|
|
@ -278,7 +278,7 @@ def get_im_version():
|
|||
int(match.group(3)))
|
||||
return version, legacy
|
||||
|
||||
return None
|
||||
return None
|
||||
|
||||
|
||||
def get_pil_version():
|
||||
|
|
|
|||
Loading…
Reference in a new issue