Skip to content

Commit bcfb1ae

Browse files
committed
fix: 修正脑残
1 parent fff5c0d commit bcfb1ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ def parse_service_error(body: Any) -> Optional['ServiceError']:
172172
return None
173173
if not isinstance(body, dict) or "$isServiceError" not in body or not body["$isServiceError"]:
174174
return None
175+
logger.debug(body)
175176
return ServiceError(
176177
body["cause"],
177178
body["code"],

0 commit comments

Comments
 (0)