Skip to content

Commit

Permalink
Fix info message when launching node in python mode
Browse files Browse the repository at this point in the history
  • Loading branch information
jcardonnet committed Jul 3, 2024
1 parent 6134596 commit 9147124
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/syft/src/syft/orchestra.py
Original file line number Diff line number Diff line change
Expand Up @@ -332,8 +332,8 @@ def launch(
)
display(
SyftInfo(
message=f"You have created a development node at http://{host}:{node_handle.port}.\
It is intended only for local use."
message=f"You have launched a development node at http://{host}:{node_handle.port}."
+ "It is intended only for local use."
)
)
return node_handle
Expand Down

0 comments on commit 9147124

Please sign in to comment.