summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn L. Villalovos <john@sodarock.com>2021-12-17 21:25:34 -0800
committerJohn L. Villalovos <john@sodarock.com>2021-12-17 21:25:34 -0800
commitafc2501ec785c37ed3d07bfd3b53fbf2de84522e (patch)
tree5d234ecce4807e5867f34754fd302a80c55168f2
parentdafcef189cfa5a4767b57d2e4beb3d9330d5eaf9 (diff)
downloadgitlab-jlvillal/archive.tar.gz
wip: testing...jlvillal/archive
-rw-r--r--gitlab/client.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gitlab/client.py b/gitlab/client.py
index d3fdaab..6e52dc8 100644
--- a/gitlab/client.py
+++ b/gitlab/client.py
@@ -603,7 +603,7 @@ class Gitlab(object):
prepped = self.session.prepare_request(req)
if TYPE_CHECKING:
assert prepped.url is not None
- prepped.url = utils.sanitized_url(prepped.url)
+ # prepped.url = utils.sanitized_url(prepped.url)
settings = self.session.merge_environment_settings(
prepped.url, {}, streamed, verify, None
)