Jobs fail when "Show plots from intermediate steps" is enabled but plots are not generated

Hi CryoSPARC team,

We are observing a failure mode in jobs where the option “Show plots from intermediate steps” is enabled.

In some cases, the expected intermediate plots (e.g., FSC, slices, etc.) are not generated during execution. When this happens, the job crashes instead of continuing or handling the missing outputs gracefully.

From inspection of the logs and outputs, it seems the pipeline assumes that these intermediate plot files will always exist, and does not handle the case where they are absent.

Expected behavior:
Jobs should complete normally even if intermediate plots are not generated, or at least skip missing plots without failing.