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:42 UTC

[incubator-datalab] branch DATALAB-2091 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
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 32f1a27  [DATALAB-2091]: fixed function name
32f1a27 is described below

commit 32f1a27547bc053247d653372928367cb70d1396
Author: leonidfrolov <fr...@gmail.com>
AuthorDate: Tue Apr 6 17:47:30 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