mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 19:19:32 +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):
|
||||
try:
|
||||
Connection.__del__(self)
|
||||
except AttributeError:
|
||||
pass
|
||||
except Exception, e:
|
||||
try:
|
||||
log.exception('Uncaught exception in __del__:')
|
||||
|
Loading…
Reference in New Issue
Block a user