- Notifications
You must be signed in to change notification settings - Fork673
Closed
Description
Description of the problem, including code/CLI snippet
GitlabList
accepts**kwargs
in the constructor and passes those keyword args to the first call to_query
. The keyword args are not saved though, so subsequent calls to_query
in thenext
method do not pass the keyword args. This means that the first query will respect arguments likeretry_transient_errors
but subsequent calls will not.
Expected Behavior
Keyword args passed toGitlabList
apply to all query calls for that list.
Actual Behavior
Keyword args passed toGitlabList
apply only to the first query call.
Specifications
- python-gitlab version: 2.3.1
- API version you are using (v3/v4): v4
- Gitlab server version (or gitlab.com): irrelevant
Metadata
Metadata
Assignees
Labels
No labels