Remove spurious self

This commit is contained in:
Erik Johnston 2015-02-17 17:37:51 +00:00
parent 58554fa658
commit f91263b1e0

View File

@ -81,7 +81,7 @@ class RetryDestinationLimiter(object):
pass
def __exit__(self, exc_type, exc_val, exc_tb):
def err(self, failure):
def err(failure):
logger.exception(
"Failed to store set_destination_retry_timings",
failure.value