We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47a8a90 commit 826534dCopy full SHA for 826534d
datashuttle/utils/ssh.py
@@ -210,7 +210,7 @@ def connect_client(
210
f"3) The central_host_id: {cfg['central_host_id']} is"
211
f" correct.\n"
212
f"4) The central username:"
213
- f" {cfg['central_host_username']}, and password are correct."
+ f" {cfg['central_host_username']}, and password are correct.\n"
214
f"Original error: {e}",
215
ConnectionError,
216
)
0 commit comments