Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 18cf7d8

Browse files
wip: testing some ideas
1 parent 38c636a commit 18cf7d8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

gitlab/client.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -874,6 +874,8 @@ def http_post(
874874
raise gitlab.exceptions.GitlabParsingError(
875875
error_message="Failed to parse the server message"
876876
) from e
877+
print(result)
878+
raise ValueError("Should not get here")
877879
return result
878880

879881
def http_put(

0 commit comments

Comments
 (0)