You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datalab.apache.org by lf...@apache.org on 2021/02/09 12:26:06 UTC

[incubator-datalab] 01/02: [DATALAB-2091]: added for testing

This is an automated email from the ASF dual-hosted git repository.

lfrolov pushed a commit to branch DATALAB-2091
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git

commit d76818ebd83b2bf1aadfe702d5d2c8668c338253
Author: leonidfrolov <fr...@gmail.com>
AuthorDate: Tue Feb 9 13:51:10 2021 +0200

    [DATALAB-2091]: added for testing
---
 infrastructure-provisioning/src/general/lib/os/fab.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/infrastructure-provisioning/src/general/lib/os/fab.py b/infrastructure-provisioning/src/general/lib/os/fab.py
index 8815acc..cdd552c 100644
--- a/infrastructure-provisioning/src/general/lib/os/fab.py
+++ b/infrastructure-provisioning/src/general/lib/os/fab.py
@@ -1013,7 +1013,7 @@ def init_datalab_connection(ip, user, pkey):
         attempt = 0
         while attempt < 4:
             logging.info('connection attempt {}'.format(attempt))
-            conn = Connection(ip, user, connect_kwargs={'key_filename': pkey})
+            conn = Connection(ip, user, connect_kwargs={'key_filename': pkey,},)
             try:
                 conn.run('ls')
                 return conn


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datalab.apache.org
For additional commands, e-mail: commits-help@datalab.apache.org