Update of /cvsroot/proctor/Proctor/proctorlib
In directory sc8-pr-cvs1:/tmp/cvs-serv11043/proctorlib
Modified Files:
cui.py
Log Message:
Beautify the output a bit.
Index: cui.py
===================================================================
RCS file: /cvsroot/proctor/Proctor/proctorlib/cui.py,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** cui.py 5 Dec 2002 17:16:36 -0000 1.15
--- cui.py 10 Jan 2003 16:51:29 -0000 1.16
***************
*** 174,177 ****
--- 174,178 ----
print 'FAIL'
print self._exc_info_to_string(err)
+ print
trace.outof()
return
|