fix return value
This commit is contained in:
parent
0b9fa26a19
commit
96cb1c3d66
@ -718,7 +718,7 @@ def _checker_compare_disturl(self, disturl, p):
|
||||
|
||||
def _check_repo_download(self, p, opts):
|
||||
if p.build_excluded:
|
||||
return [], []
|
||||
return set()
|
||||
|
||||
p.downloads = dict()
|
||||
for repo in p.goodrepos:
|
||||
|
Loading…
x
Reference in New Issue
Block a user