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. |
|