Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user