log.ini error
Reported by Jordan Baker | April 8th, 2009 @ 12:45 PM | in 0.3
Looks like cleanup handlers for logging should not get run, or it should get initialized each time the test is run (probably better).
Error in atexit.run_exitfuncs: Traceback (most recent call last): File "/Applications/Plone/Python-2.4/lib/python2.4/atexit.py", line 24, in run_exitfuncs
func(*targs, **kargs)
File "/Applications/Plone/Python-2.4/lib/python2.4/logging/init.py", line 1333, in shutdown
h.close()
File "/Applications/Plone/Python-2.4/lib/python2.4/logging/init.py", line 674, in close
del _handlers[self]
KeyError: <logging.StreamHandler instance at 0x6ef0468> Error in sys.exitfunc: Traceback (most recent call last): File "/Applications/Plone/Python-2.4/lib/python2.4/atexit.py", line 24, in _run_exitfuncs
func(*targs, **kargs)
File "/Applications/Plone/Python-2.4/lib/python2.4/logging/init.py", line 1333, in shutdown
h.close()
File "/Applications/Plone/Python-2.4/lib/python2.4/logging/init.py", line 674, in close
del _handlers[self]
KeyError: <logging.StreamHandler instance at 0x6ef0468>
Comments and changes to this ticket
-
Jordan Baker April 19th, 2009 @ 04:22 PM
- State changed from new to open
-
Jordan Baker April 19th, 2009 @ 04:27 PM
- Milestone set to 0.3
-
Jordan Baker April 19th, 2009 @ 04:27 PM
- Assigned user set to Jordan Baker
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป