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

mhladun pushed a commit to branch 2.5.1-tensor-jupyterlab
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git


The following commit(s) were added to refs/heads/2.5.1-tensor-jupyterlab by 
this push:
     new bb7f424  errors fixed
     new 2d77662  Merge branch '2.5.1-tensor-jupyterlab' of 
https://github.com/apache/incubator-datalab into 2.5.1-tensor-jupyterlab
bb7f424 is described below

commit bb7f424488ae2f534ed1ed915df72f199e65ba78
Author: Marian_Hladun <[email protected]>
AuthorDate: Thu Feb 17 17:39:40 2022 +0200

    errors fixed
---
 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 ff97980..67abe7e 100644
--- a/infrastructure-provisioning/src/general/lib/os/fab.py
+++ b/infrastructure-provisioning/src/general/lib/os/fab.py
@@ -1108,7 +1108,7 @@ def configure_jupyterlab(os_user, jupyterlab_conf_file, 
templates_dir, jupyterla
             sys.exit(1)
 
 
-]def ensure_py3spark_local_kernel(os_user, py3spark_local_path_dir, 
templates_dir, spark_version, python_venv_path,
+def ensure_py3spark_local_kernel(os_user, py3spark_local_path_dir, 
templates_dir, spark_version, python_venv_path,
                                  python_venv_version):
     if not exists(conn, '/home/' + os_user + 
'/.ensure_dir/py3spark_local_kernel_ensured'):
         try:

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to