Skip to content

Instantly share code, notes, and snippets.

@aconrad
Created December 23, 2015 19:45
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 aconrad/9b5aa2ea7891a411bb36 to your computer and use it in GitHub Desktop.
Save aconrad/9b5aa2ea7891a411bb36 to your computer and use it in GitHub Desktop.
Traceback (most recent call last):
File "/usr/lib/python2.7/logging/__init__.py", line 851, in emit
msg = 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 dbpool.py, line 251
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment