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/17 08:57:37 UTC

[incubator-datalab] 02/02: [DATALAB-2091]: removed unnecessary check

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 3dcfc4ea0f8439b80625ef8555565ebe873a12ec
Author: leonidfrolov <fr...@gmail.com>
AuthorDate: Wed Feb 17 10:57:19 2021 +0200

    [DATALAB-2091]: removed unnecessary check
---
 infrastructure-provisioning/src/general/scripts/gcp/ssn_configure.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/infrastructure-provisioning/src/general/scripts/gcp/ssn_configure.py b/infrastructure-provisioning/src/general/scripts/gcp/ssn_configure.py
index 22694ec..6282be4 100644
--- a/infrastructure-provisioning/src/general/scripts/gcp/ssn_configure.py
+++ b/infrastructure-provisioning/src/general/scripts/gcp/ssn_configure.py
@@ -150,8 +150,6 @@ if __name__ == "__main__":
 
         try:
             subprocess.run("~/scripts/{}.py {}".format('create_ssh_user', params), shell=True, check=True)
-            #if subprocess.returncode != 0:
-             #   raise Exception
         except:
             traceback.print_exc()
             raise Exception


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