In the latest release, sometimes previously unreachable code blocks in run_single_failure and run_single_maintenance have been inappropriately reached following an interruption. By adding an if/else block in place of a single if, the errors can no longer be reached.
In the latest release, sometimes previously unreachable code blocks in
run_single_failure
andrun_single_maintenance
have been inappropriately reached following an interruption. By adding anif
/else
block in place of a singleif
, the errors can no longer be reached.