ethanlin01x commented on code in PR #3776:
URL: https://github.com/apache/iggy/pull/3776#discussion_r3723494272
##########
foreign/python/src/client.rs:
##########
@@ -1045,7 +1069,7 @@ impl IggyClient {
{
builder = builder.init_retries(
init_retries,
- py_delta_to_iggy_duration(&init_retry_interval),
+ py_delta_to_iggy_duration(&init_retry_interval)?,
Review Comment:
Fixed in acd01f68e — rejected on the same line that validates the sign.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]