[svn r38576] typo!

--HG--
branch : trunk
This commit is contained in:
fijal 2007-02-12 16:30:32 +01:00
parent de078273a0
commit ba07ab5533
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ class Outcome(object):
etype = excinfo.typename
val = getattr(excinfo, 'value', None)
if not val:
val = exinfo.exconly()
val = excinfo.exconly()
val = str(val)
return (etype, val, (tb_info, rec_index))