-
Notifications
You must be signed in to change notification settings - Fork 675
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 the next method do not pass the keyword args. This means that the first query will respect arguments like retry_transient_errors but subsequent calls will not.
Expected Behavior
Keyword args passed to GitlabList apply to all query calls for that list.
Actual Behavior
Keyword args passed to GitlabList 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
rkpatel7
Metadata
Metadata
Assignees
Labels
No labels