fix: bad conditional
This commit is contained in:
parent
17ae29887f
commit
618aa7716e
@ -269,7 +269,7 @@ class FileUserStore:
|
||||
except Exception as e:
|
||||
logg.debug('no metadata found for {}: {}'.format(address, e))
|
||||
|
||||
if r == None:
|
||||
if not r:
|
||||
self.failed_entities[address] = True
|
||||
raise MetadataNotFoundError()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user