We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 211e1c4 commit 48141f0Copy full SHA for 48141f0
1 file changed
src/sumo/wrapper/_retry_strategy.py
@@ -9,8 +9,6 @@ def _log_retry_info(retry_state):
9
# f"Elapsed: {retry_state.seconds_since_start}",
10
# )
11
print(
12
- f"Function: {retry_state.fn}; "
13
- f"Result: {retry_state.outcome.result()}; "
14
f"Attempts: {retry_state.attempt_number}; "
15
f"Elapsed: {retry_state.seconds_since_start}"
16
)
0 commit comments