mirror of
https://github.com/fergalmoran/picard.git
synced 2026-02-21 07:04:02 +00:00
Fixed checking of empty fingerprint calculation. This broke in rev. #1029
This commit is contained in:
@@ -90,7 +90,7 @@ class OFA(QtCore.QObject):
|
||||
# The file has been removed. do nothing
|
||||
return
|
||||
|
||||
if result is None or error is not None:
|
||||
if result is None or result[0] is None or error is not None:
|
||||
next(file, result=None)
|
||||
return
|
||||
fingerprint, length = result
|
||||
|
||||
Reference in New Issue
Block a user