diff options
| author | John L. Villalovos <john@sodarock.com> | 2022-01-05 21:21:00 -0800 |
|---|---|---|
| committer | John L. Villalovos <john@sodarock.com> | 2022-01-05 21:21:00 -0800 |
| commit | 18cf7d8c339222beb1675f78a9ddc747439f1c62 (patch) | |
| tree | 9401b40c69240f5406b07568172570553ed9527d | |
| parent | 38c636a25f633218d64a73bdfa65dba887c77afb (diff) | |
| download | gitlab-jlvillal/split_raw.tar.gz | |
wip: testing some ideasjlvillal/split_raw
| -rw-r--r-- | gitlab/client.py | 2 |
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( |
