Activity log for bug #762081

Date Who What changed Old value New value Message
2011-04-15 18:47:49 Alejandro J. Cura bug added bug
2011-04-15 18:47:49 Alejandro J. Cura attachment added killer-wrong-object-path.py https://bugs.launchpad.net/bugs/762081/+attachment/2042991/+files/killer-wrong-object-path.py
2011-04-15 18:59:29 Alejandro J. Cura description I have a @method function with out_signature="o" and when it returns a wrong object path (ie: not starting with "/"), the whole process is finished. Attached is a python snippet that shows this problem. It should either print "callback" or "errback" repeatedly, but instead the process is finished. I have a @method function with out_signature="o" and when it returns a wrong object path (ie: not starting with "/"), the whole process is finished. Attached is a python snippet that shows this problem. It should call the "errback" method repeatedly, but instead the process suddenly ends.