Added as Issue #17591<https://gitlab.kitware.com/paraview/paraview/issues/17591>
Thanks From: Utkarsh Ayachit [mailto:[email protected]] Sent: Friday, July 7, 2017 10:19 AM To: Jonathan Borduas <[email protected]> Cc: [email protected] Subject: Re: [Paraview] Error handling in a programmable filter. We would like to block the updating of the pipeline upon an error in the programmable filter (just like a C++ filter). Raising an exception in the Python script should a interupt your script, however from the code I see that that wouln't exactly do what `return 0` in RequestData for C++ filter would. Please feel to report a bug on the issue tracker. Should be fairly easy to address in a future release of ParaView. Utkarsh
_______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Search the list archives at: http://markmail.org/search/?q=ParaView Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/paraview
