Skip to content

Commit 501b3f2

Browse files
committed
Fix newline.
1 parent fe3b86e commit 501b3f2

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
@@ -244,7 +244,7 @@ def connect_client_with_logging(
244244
f"3) The central_host_id: {cfg['central_host_id']} is"
245245
f" correct.\n"
246246
f"4) The central username:"
247-
f" {cfg['central_host_username']}, and password are correct."
247+
f" {cfg['central_host_username']}, and password are correct.\n"
248248
f"Original error: {e}",
249249
ConnectionError,
250250
)

0 commit comments

Comments
 (0)