We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97eb337 commit f211acbCopy full SHA for f211acb
umapi_client/connection.py
@@ -423,7 +423,7 @@ def call():
423
sleep(retry_wait)
424
total_time += retry_wait
425
else:
426
- if self.logger: self.logger.warning("Immediate retry...", retry_wait)
+ if self.logger: self.logger.warning("Immediate retry...")
427
if self.logger: self.logger.error("UMAPI timeout...giving up after %d attempts (%d seconds).",
428
self.retry_max_attempts, total_time)
429
raise UnavailableError(self.retry_max_attempts, total_time, result)
0 commit comments