Skip to content

Commit 1e191af

Browse files
committed
fix: retry err
1 parent 18c3804 commit 1e191af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

volcenginesdkcore/api_client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ def __call_api(
154154
raise retry_err
155155
break
156156
retry_count += 1
157+
retry_err = None
157158

158159
interceptor_context.response = Response(response_data)
159160
interceptor_context = self.interceptor_chain.execute_response(interceptor_context)

0 commit comments

Comments
 (0)