Skip to content

Commit

Permalink
fix server cli
Browse files Browse the repository at this point in the history
Signed-off-by: zhihuiwan <[email protected]>
  • Loading branch information
zhihuiwan committed Dec 29, 2023
1 parent ce095e9 commit 34b59d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/fate_flow/commands/server_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ def init_server(ip, port, home):

if ip or port:
with open(SERVER_CONF_PATH, "w") as file:
yaml.dump(config, file)
yaml.dump(config, file, default_flow_style=False)

print("Init server completed!")

Expand Down

0 comments on commit 34b59d2

Please sign in to comment.