Last active
August 29, 2015 14:20
-
-
Save zbskii/6567a8bc1d69cb795c7f to your computer and use it in GitHub Desktop.
weird traceback
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015-05-04 12:18:10,304 - sqlalchemy.pool.QueuePool - ERROR - Exception closing connection None | |
Traceback (most recent call last): | |
File "/usr/lib64/python2.7/site-packages/sqlalchemy/pool.py", line 243, in _close_connection | |
self._dialect.do_close(connection) | |
File "/usr/lib64/python2.7/site-packages/sqlalchemy/engine/default.py", line 401, in do_close | |
dbapi_connection.close() | |
AttributeError: 'NoneType' object has no attribute 'close' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment