Skip to content
Snippets Groups Projects
Commit 6df6f5e0 authored by David Baker's avatar David Baker
Browse files

Redundant bracketing & missed space

parent ca7240a2
No related branches found
No related tags found
No related merge requests found
......@@ -187,8 +187,8 @@ class Pusher(object):
# for sanity, we only remove the pushkey if it
# was the one we actually sent...
logger.warn(
("Ignoring rejected pushkey %s because we" +
"didn't send it"), (pk,)
("Ignoring rejected pushkey %s because we " +
"didn't send it"), pk
)
else:
logger.info(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment