forked from MirrorHub/synapse
PEP8
This commit is contained in:
parent
ca8abfbf30
commit
c315922b5f
1 changed files with 3 additions and 1 deletions
|
@ -296,7 +296,9 @@ class TransactionQueue(object):
|
||||||
|
|
||||||
if code != 200:
|
if code != 200:
|
||||||
for p in pdus:
|
for p in pdus:
|
||||||
logger.info("Failed to send event %s to %s", p.event_id, destination)
|
logger.info(
|
||||||
|
"Failed to send event %s to %s", p.event_id, destination
|
||||||
|
)
|
||||||
except NotRetryingDestination:
|
except NotRetryingDestination:
|
||||||
logger.info(
|
logger.info(
|
||||||
"TX [%s] not ready for retry yet - "
|
"TX [%s] not ready for retry yet - "
|
||||||
|
|
Loading…
Reference in a new issue