Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Julia Putko authored and Julia Putko committed Sep 15, 2023
1 parent 6193c44 commit 85472b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions smartsim/database/orchestrator.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 85472b3

Please sign in to comment.