GNOME Bugzilla – Bug 332867
EventListener appears to eat tracebacks
Last modified: 2006-09-06 14:51:54 UTC
I was playing with dogtail/examples/recorder.py, and noticed a bug in dogtail was trying to raise exceptions - but they were being ignored: Exception exceptions.AttributeError: "TranslatableString instance has no attribute 'replace'" in 'atspi.marshalAccessibleEventCallback' ignored I eventually tracked down and fixed the bug, but since there was no traceback, I had to insert a lot of print statements. We should find a way to let pyspi preserve the tracebacks.
Probably fixed by patch for 318135
Appears to be fixed; reopen if I'm wrong.