Opened 17 years ago

Closed 15 years ago

#122 closed defect (fixed)

problem unit testing using enthon-python2.4-1.0.0.exe

Reported by: duncan Owned by: ole
Priority: low Milestone:
Component: Testing and validation Version: 1.0
Severity: minor Keywords:
Cc:

Description

When unit testing using enthon-python2.4-1.0.0.exe the following error is thrown; Ran 594 tests in 48.720s

OK Error in atexit._run_exitfuncs: Traceback (most recent call last):

File "C:\Python24\lib\atexit.py", line 24, in _run_exitfuncs

func(*targs, kargs)

File "C:\Python24\lib\logging\init.py", line 1333, in shutdown

h.close()

File "C:\Python24\lib\logging\init.py", line 674, in close

del _handlers[self]

KeyError?: <logging.StreamHandler? instance at 0x00B8F288> Error in sys.exitfunc: Traceback (most recent call last):

File "C:\Python24\lib\atexit.py", line 24, in _run_exitfuncs

func(*targs, kargs)

File "C:\Python24\lib\logging\init.py", line 1333, in shutdown

h.close()

File "C:\Python24\lib\logging\init.py", line 674, in close

del _handlers[self]

KeyError?: <logging.StreamHandler? instance at 0x00B8F288>

It's not really an ANUGA error, but it's good to keep track of.

Change History (1)

comment:1 Changed 15 years ago by nariman

  • Resolution set to fixed
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.