Skip to content

Instantly share code, notes, and snippets.

@ndarilek
Created February 23, 2015 21:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ndarilek/14e595770b09cf99cab9 to your computer and use it in GitHub Desktop.
Save ndarilek/14e595770b09cf99cab9 to your computer and use it in GitHub Desktop.
Traceback (most recent call last):
File "/usr/lib/python2.7/logging/handlers.py", line 76, in emit
if self.shouldRollover(record):
File "/usr/lib/python2.7/logging/handlers.py", line 156, in shouldRollover
msg = "%s\n" % self.format(record)
File "/usr/lib/python2.7/logging/__init__.py", line 724, in format
return fmt.format(record)
File "/usr/lib/python2.7/logging/__init__.py", line 464, in format
record.message = record.getMessage()
File "/usr/lib/python2.7/logging/__init__.py", line 328, in getMessage
msg = msg % self.args
TypeError: not all arguments converted during string formatting
Logged from file transaction_queue.py, line 147
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment