Skip to content

Commit 2310e70

Browse files
committed
fix indentation
1 parent c2c155e commit 2310e70

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

src/robusta/runner/config_loader.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -272,13 +272,13 @@ def __reload_playbook_packages(self, change_name):
272272
str(runner_config.global_config.get("cluster_name", "no_cluster")).encode("utf-8")
273273
).hexdigest()
274274

275-
except Exception as e:
276-
print_exception = not isinstance(e, SupabaseDnsException) # Don't show trace for Robusta SaaS DNS-related exception to avoid hiding the error in noisy logs
277-
278-
logging.error(
279-
"Error (re)loading playbooks/related resources, exiting.",
280-
exc_info=print_exception,
281-
)
275+
except Exception as e:
276+
print_exception = not isinstance(e, SupabaseDnsException) # Don't show trace for Robusta SaaS DNS-related exception to avoid hiding the error in noisy logs
277+
278+
logging.error(
279+
"Error (re)loading playbooks/related resources, exiting.",
280+
exc_info=print_exception,
281+
)
282282
# Kill the whole process group (which means this process and all of its descendant
283283
# processes). The rest of the runner shutdown happens in robusta.runner.process_setup.
284284
os.killpg(os.getpgid(0), signal.SIGTERM)

0 commit comments

Comments
 (0)