8000 exception message: mimic v3 API · matejzero/python-gitlab@05da7ba · GitHub
[go: up one dir, main page]

Skip to content

Commit 05da7ba

Browse files
author
Gauvain Pocentek
committed
exception message: mimic v3 API
1 parent e35563e commit 05da7ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitlab/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -687,7 +687,7 @@ def sanitized_url(url):
687687

688688
try:
689689
error_message = result.json()['message']
690-
except Exception as e:
690+
except (KeyError, ValueError, TypeError):
691691
error_message = result.content
692692

693693
if result.status_code == 401:

0 commit comments

Comments
 (0)
0