Skip to content

Check with a Catalyst pipeline before doing coprocessing on it.

When there are multiple pipelines it's possible for a modified script that returns from RequestDataDescription() information saying it doesn't need to execute to actually still be executed. This fixes that issue by properly checking a second time RequestDataDescription() before actually doing coprocessing.

Merge request reports