Comment 4 for bug 1084747

Revision history for this message
Tobias Schlauch (tobias-schlauch) wrote :

self.logger.debug("Exception occurred! Retry...", exc_info=True)
raise WebdavError("Cannot perform request.")

Surely this is not retrying, as it immediately raises an exception?