summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn L. Villalovos <john@sodarock.com>2022-01-05 21:21:00 -0800
committerJohn L. Villalovos <john@sodarock.com>2022-01-05 21:21:00 -0800
commit18cf7d8c339222beb1675f78a9ddc747439f1c62 (patch)
tree9401b40c69240f5406b07568172570553ed9527d
parent38c636a25f633218d64a73bdfa65dba887c77afb (diff)
downloadgitlab-jlvillal/split_raw.tar.gz
wip: testing some ideasjlvillal/split_raw
-rw-r--r--gitlab/client.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/gitlab/client.py b/gitlab/client.py
index 211e15c..9ecb344 100644
--- a/gitlab/client.py
+++ b/gitlab/client.py
@@ -874,6 +874,8 @@ class Gitlab(object):
raise gitlab.exceptions.GitlabParsingError(
error_message="Failed to parse the server message"
) from e
+ print(result)
+ raise ValueError("Should not get here")
return result
def http_put(