Skip to content

Commit 379524b

Browse files
author
Val Brodsky
committed
Trigger tests
1 parent 0a8f921 commit 379524b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/lbox-clients/src/lbox/request_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ def check_errors(keywords, *path):
249249
def get_error_status_code(error: dict) -> int:
250250
try:
251251
return int(error["extensions"].get("exception").get("status"))
252-
except:
252+
except Exception:
253253
return 500
254254

255255
if check_errors(["AUTHENTICATION_ERROR"], "extensions", "code") is not None:

0 commit comments

Comments
 (0)