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/15 15:07:13 UTC

[incubator-datalab] branch DATALAB-2091 updated: [DATALAB-2091]: commented check of subprocess exitcode

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


The following commit(s) were added to refs/heads/DATALAB-2091 by this push:
     new c839b2c  [DATALAB-2091]: commented check of subprocess exitcode
c839b2c is described below

commit c839b2c3049d8f75d9401ac6917f84e3bcbcb3dc
Author: leonidfrolov <fr...@gmail.com>
AuthorDate: Mon Feb 15 17:06:58 2021 +0200

    [DATALAB-2091]: commented check of subprocess exitcode
---
 infrastructure-provisioning/src/general/scripts/gcp/ssn_configure.py | 4 ++--
 1 file changed, 2 insertions(+), 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 562871e..101ba48 100644
--- a/infrastructure-provisioning/src/general/scripts/gcp/ssn_configure.py
+++ b/infrastructure-provisioning/src/general/scripts/gcp/ssn_configure.py
@@ -150,8 +150,8 @@ if __name__ == "__main__":
 
         try:
             subprocess.run("~/scripts/{}.py {}".format('create_ssh_user', params), shell=True)
-            if subprocess.returncode != 0:
-                raise Exception
+            #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