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/22 12:39:35 UTC

[incubator-datalab] 02/03: [DATALAB-2091]: fixed syntax error

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 be3b013203628135439a91a32320557933a04bf2
Author: leonidfrolov <fr...@gmail.com>
AuthorDate: Mon Feb 22 14:37:35 2021 +0200

    [DATALAB-2091]: fixed syntax error
---
 infrastructure-provisioning/src/ssn/scripts/configure_ssn_node.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/infrastructure-provisioning/src/ssn/scripts/configure_ssn_node.py b/infrastructure-provisioning/src/ssn/scripts/configure_ssn_node.py
index 8eabe35..c504683 100644
--- a/infrastructure-provisioning/src/ssn/scripts/configure_ssn_node.py
+++ b/infrastructure-provisioning/src/ssn/scripts/configure_ssn_node.py
@@ -214,7 +214,7 @@ if __name__ == "__main__":
     print("Configure connections")
     try:
         global conn
-    conn = datalab.fab.init_datalab_connection(args.hostname, args.os_user, args.keyfile)
+        conn = datalab.fab.init_datalab_connection(args.hostname, args.os_user, args.keyfile)
         host_string = args.os_user + '@' + args.hostname
         deeper_config = json.loads(args.additional_config)
     except:


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