Skip to content

fix script checking for stalled jobs

Steffen Michels requested to merge fixStalledScript into main

What does this MR do?

This fixes the script checking for stalled jobs. I accidentally noticed that = NULL doesn't work (anymore?), but isNull does.

Changes to public APIs

Author's checklist (required)

  • Intermediate commits compile (use git rebase -i main if not)
  • Newly added code has a style consistent with the rest of the repository
  • Newly added code is documented (guidelines)

Related issues

Edited by Steffen Michels

Merge request reports