mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-20 01:19:26 +01:00
Let's pass on AttributeError since we know what's happening there.
This commit is contained in:
parent
1dc359a385
commit
57d257078a
@ -83,6 +83,8 @@ try:
|
|||||||
def __del__(self):
|
def __del__(self):
|
||||||
try:
|
try:
|
||||||
Connection.__del__(self)
|
Connection.__del__(self)
|
||||||
|
except AttributeError:
|
||||||
|
pass
|
||||||
except Exception, e:
|
except Exception, e:
|
||||||
try:
|
try:
|
||||||
log.exception('Uncaught exception in __del__:')
|
log.exception('Uncaught exception in __del__:')
|
||||||
|
Loading…
Reference in New Issue
Block a user