Closed pawel-krzyzak closed 4 years ago
log.debug("Connection error caught, retrying. Connection attempts so far: %s" % i+1) causes errors with exceptions handling. i+1 doesn't work properly with %s. Should be changed to %d
log.debug("Connection error caught, retrying. Connection attempts so far: %s" % i+1)
created pull request, closing issue
log.debug("Connection error caught, retrying. Connection attempts so far: %s" % i+1)
causes errors with exceptions handling. i+1 doesn't work properly with %s. Should be changed to %d