Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit05da7ba

Browse files
author
Gauvain Pocentek
committed
exception message: mimic v3 API
1 parente35563e commit05da7ba

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-
exceptExceptionase:
690+
except(KeyError,ValueError,TypeError):
691691
error_message=result.content
692692

693693
ifresult.status_code==401:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp