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 fe3b86e commit 501b3f2Copy full SHA for 501b3f2
datashuttle/utils/ssh.py
@@ -244,7 +244,7 @@ def connect_client_with_logging(
244
f"3) The central_host_id: {cfg['central_host_id']} is"
245
f" correct.\n"
246
f"4) The central username:"
247
- f" {cfg['central_host_username']}, and password are correct."
+ f" {cfg['central_host_username']}, and password are correct.\n"
248
f"Original error: {e}",
249
ConnectionError,
250
)
0 commit comments