diff --git a/arc/scheduler.py b/arc/scheduler.py index ae63692d87..d643645d88 100644 --- a/arc/scheduler.py +++ b/arc/scheduler.py @@ -3361,6 +3361,7 @@ def troubleshoot_ess(self, level_of_theory (Level, dict, str): The level of theory to use. conformer (int, optional): The conformer index. """ + raise if not self.trsh_ess_jobs: logger.warning(f'Not troubleshooting failed {label} job {job.job_name}. ' f'To enable troubleshooting, set the "trsh_ess_jobs" argument to "True".')