Homec4science

Fixed a bug: An attempt was made to call the string "replace" method on the…

Authored by Nicholas Robinson <nicholas.robinson@cern.ch> on Feb 11 2008, 09:29.

Description

Fixed a bug: An attempt was made to call the string "replace" method on the values found in sys.exc_info()[0] and sys.exc_info()[1]. These values are not strings - they are in fact a type and an object respectively. They have therefore been cast to strings.

Details

Committed
Nicholas Robinson <nicholas.robinson@cern.ch>Feb 11 2008, 09:29
Parents
R3600:29800113544a: Cleaned markup.
Branches
Unknown
Tags
Unknown

Event Timeline

Nicholas Robinson <nicholas.robinson@cern.ch> committed R3600:145403f0ac40: Fixed a bug: An attempt was made to call the string "replace" method on the… (authored by Nicholas Robinson <nicholas.robinson@cern.ch>).Feb 11 2008, 09:29