8000
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.
2 parents d263f57 + 6d1b62d commit 9e0b60fCopy full SHA for 9e0b60f
gitlab/client.py
@@ -685,7 +685,7 @@ def http_request(
685
params = parse.parse_qs(parsed.query)
686
utils.copy_dict(src=query_data, dest=params)
687
688
- url = raw_url.replace(parsed.query, "").strip("?")
+ url = parse.urlunparse(parsed._replace(query=""))
689
690
# Deal with kwargs: by default a user uses kwargs to send data to the
691
# gitlab server, but this generates problems (python keyword conflicts
0 commit comments