Skip to content

Commit

Permalink
code format
Browse files Browse the repository at this point in the history
  • Loading branch information
acezen committed Jan 24, 2021
1 parent 603db00 commit b4bd27e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/graphscope/client/session.py
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ def info(self):
else:
info["type"] = "hosts"
if self._config_params["addr"] is not None:
info["engine_hosts"] = self._engine_config['engine_hosts']
info["engine_hosts"] = self._engine_config["engine_hosts"]
else:
info["engine_hosts"] = ",".join(self._config_params["hosts"])

Expand Down

0 comments on commit b4bd27e

Please sign in to comment.