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/04/23 09:15:20 UTC

[incubator-datalab] branch DATALAB-2091 updated: [DATALAB-2091]: added traceback in ssn lib

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 69dde98  [DATALAB-2091]: added traceback in ssn lib
69dde98 is described below

commit 69dde9860dccc71c5cba1437d79883023d425afe
Author: leonidfrolov <fr...@gmail.com>
AuthorDate: Fri Apr 23 12:14:57 2021 +0300

    [DATALAB-2091]: added traceback in ssn lib
---
 infrastructure-provisioning/src/general/lib/os/debian/ssn_lib.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/infrastructure-provisioning/src/general/lib/os/debian/ssn_lib.py b/infrastructure-provisioning/src/general/lib/os/debian/ssn_lib.py
index 2834f65..c1584c8 100644
--- a/infrastructure-provisioning/src/general/lib/os/debian/ssn_lib.py
+++ b/infrastructure-provisioning/src/general/lib/os/debian/ssn_lib.py
@@ -48,6 +48,8 @@ def ensure_docker_daemon(datalab_path, os_user, region):
             datalab.fab.conn.sudo('touch ' + datalab_path + 'tmp/docker_daemon_ensured')
         return True
     except:
+        traceback.print_exc()
+        print('Failed to ensure_docker_daemon')
         return False
 
 

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