We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e39d7ea commit 3b38844Copy full SHA for 3b38844
1 file changed
gitlab/__init__.py
@@ -337,6 +337,7 @@ def _raw_list(self, path_, cls, extra_attrs={}, **kwargs):
337
if ('next' in r.links and 'url' in r.links['next']
338
and get_all_results is True):
339
args = kwargs.copy()
340
+ args.update(extra_attrs)
341
args['next_url'] = r.links['next']['url']
342
results.extend(self.list(cls, **args))
343
return results
0 commit comments