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: