From 85472b36a6756e0a458c282340bc228b1f6cc77d Mon Sep 17 00:00:00 2001 From: Julia Putko Date: Fri, 15 Sep 2023 15:00:30 -0700 Subject: [PATCH] whitespace --- smartsim/database/orchestrator.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/smartsim/database/orchestrator.py b/smartsim/database/orchestrator.py index 59e994ee8..18d773b55 100644 --- a/smartsim/database/orchestrator.py +++ b/smartsim/database/orchestrator.py @@ -567,10 +567,10 @@ def set_db_conf(self, key: str, value: t.Union[int, str]) -> None: "Clustered" if self.num_shards > 2 else "Standalone" ) - if name: + if name: options = ConfigOptions.create_from_environment(name) client = Client(options) - else: + else: client = Client(None, logger_name="SmartSim") try: