mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-29 17:28:53 +00:00
checker.checker_results_for: ignore uris of 'None'
This commit is contained in:
parent
5d48193647
commit
3d0ed4b0a9
@ -253,7 +253,7 @@ class Checker(service.MultiService):
|
||||
(uri_to_verify,))
|
||||
|
||||
def checker_results_for(self, uri_to_check):
|
||||
if self.results:
|
||||
if uri_to_check and self.results:
|
||||
return self.results.get_results_for(IVerifierURI(uri_to_check))
|
||||
return []
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user