Skip to content

Commit 826534d

Browse files
committed
Fix newline.
1 parent 47a8a90 commit 826534d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datashuttle/utils/ssh.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ def connect_client(
210210
f"3) The central_host_id: {cfg['central_host_id']} is"
211211
f" correct.\n"
212212
f"4) The central username:"
213-
f" {cfg['central_host_username']}, and password are correct."
213+
f" {cfg['central_host_username']}, and password are correct.\n"
214214
f"Original error: {e}",
215215
ConnectionError,
216216
)

0 commit comments

Comments
 (0)