Skip to content

Commit

Permalink
Formatting update from PR
Browse files Browse the repository at this point in the history
  • Loading branch information
gmr committed Apr 29, 2015
1 parent 5640d03 commit 5289125
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pika/callback.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,8 +237,8 @@ def process(self, prefix, key, caller, *args, **keywords):
try:
callback(*args, **keywords)
except:
LOGGER.exception('Calling %s for "%s:%s" failed',
callback, prefix, key)
LOGGER.exception('Calling %s for "%s:%s" failed', callback,
prefix, key)
raise
return True

Expand Down

0 comments on commit 5289125

Please sign in to comment.