gnu.lister: Add missing retries_left parameter

This commit is contained in:
Antoine R. Dumont (@ardumont) 2019-11-15 10:47:23 +01:00
parent d251201251
commit 191043fff9
No known key found for this signature in database
GPG key ID: 52E2E9840D10C3B8

View file

@ -53,7 +53,9 @@ class GNULister(SimpleLister):
'load-%s' % origin_type,
kwargs.get('policy', 'oneshot'),
url=origin_url,
artifacts=artifacts)
artifacts=artifacts,
retries_left=3,
)
def safely_issue_request(self, identifier):
"""Bypass the implementation. It's now the GNUTree which deals with