Skip to content

Commit 3265873

Browse files
authored
fix: only add query_parameters to GitlabList once
Fixes #1386
1 parent 1995361 commit 3265873

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

gitlab/client.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -821,6 +821,9 @@ def __init__(
821821
self._query(url, query_data, **self._kwargs)
822822
self._get_next = get_next
823823

824+
# Remove query_parameters from kwargs, which are saved via the `next` URL
825+
self._kwargs.pop('query_parameters', None)
826+
824827
def _query(
825828
self, url: str, query_data: Optional[Dict[str, Any]] = None, **kwargs: Any
826829
) -> None:

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy