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/06 14:47:15 UTC

[incubator-datalab] branch DATALAB-2091-with-dataproc updated: [DATALAB-2091]: fixed function name

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

lfrolov pushed a commit to branch DATALAB-2091-with-dataproc
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git


The following commit(s) were added to refs/heads/DATALAB-2091-with-dataproc by this push:
     new d886db0  [DATALAB-2091]: fixed function name
d886db0 is described below

commit d886db08f2646e4077ed76fa0c8be71687949e01
Author: leonidfrolov <fr...@gmail.com>
AuthorDate: Tue Apr 6 17:47:03 2021 +0300

    [DATALAB-2091]: fixed function name
---
 .../src/jupyter/scripts/configure_jupyter_node.py                       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/infrastructure-provisioning/src/jupyter/scripts/configure_jupyter_node.py b/infrastructure-provisioning/src/jupyter/scripts/configure_jupyter_node.py
index 4848951..9c57cad 100644
--- a/infrastructure-provisioning/src/jupyter/scripts/configure_jupyter_node.py
+++ b/infrastructure-provisioning/src/jupyter/scripts/configure_jupyter_node.py
@@ -148,6 +148,6 @@ if __name__ == "__main__":
     print("Updating pyOpenSSL library")
     update_pyopenssl_lib(args.os_user)
     print("Removing unexisting kernels")
-    removing_unexisting_kernel()
+    remove_unexisting_kernel()
 
     conn.close()

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