From 025260a058550f3bf46c638efd543cd819620c00 Mon Sep 17 00:00:00 2001 From: Alon Grinberg Dana Date: Mon, 19 Aug 2024 15:29:39 +0300 Subject: [PATCH] d --- arc/scheduler.py | 1 + 1 file changed, 1 insertion(+) 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".')