mirror of
https://github.com/beetbox/beets.git
synced 2025-12-25 01:53:31 +01:00
Wrap a long line
This commit is contained in:
parent
11c13a8ea0
commit
17b341abea
1 changed files with 2 additions and 1 deletions
|
|
@ -256,7 +256,8 @@ class IMBackend(LocalBackend):
|
|||
'-colorspace', 'gray', 'MIFF:-'
|
||||
]
|
||||
compare_cmd = self.compare_cmd + [
|
||||
'-define', 'phash:colorspaces=sRGB,HCLp', '-metric', 'PHASH', '-', 'null:',
|
||||
'-define', 'phash:colorspaces=sRGB,HCLp',
|
||||
'-metric', 'PHASH', '-', 'null:',
|
||||
]
|
||||
log.debug('comparing images with pipeline {} | {}',
|
||||
convert_cmd, compare_cmd)
|
||||
|
|
|
|||
Loading…
Reference in a new issue