You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by dm...@apache.org on 2019/11/11 13:08:59 UTC

[incubator-dlab] branch develop updated: [DLAB-433] Added missing coma

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

dmysakovets pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git


The following commit(s) were added to refs/heads/develop by this push:
     new 3997898  [DLAB-433] Added missing coma
3997898 is described below

commit 3997898181409e6c5ff0ea2f3c43e05948be6f79
Author: Demyan Mysakovets <de...@gmail.com>
AuthorDate: Mon Nov 11 15:08:40 2019 +0200

    [DLAB-433] Added missing coma
---
 .../src/general/scripts/os/get_list_available_pkgs.py                   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/infrastructure-provisioning/src/general/scripts/os/get_list_available_pkgs.py b/infrastructure-provisioning/src/general/scripts/os/get_list_available_pkgs.py
index 389de2d..48d22a1 100644
--- a/infrastructure-provisioning/src/general/scripts/os/get_list_available_pkgs.py
+++ b/infrastructure-provisioning/src/general/scripts/os/get_list_available_pkgs.py
@@ -87,7 +87,7 @@ if __name__ == "__main__":
         all_pkgs['pip3'] = get_available_pip_pkgs("3.5")
         all_pkgs['others'] = get_uncategorised_pip_pkgs(all_pkgs['pip2'], all_pkgs['pip3'])
 
-    if (os.environ['application'] in ('jupyter', 'jupyterlab' 'zeppelin')
+    if (os.environ['application'] in ('jupyter', 'jupyterlab', 'zeppelin')
         and os.environ['notebook_r_enabled'] == 'true')\
             or os.environ['application'] in ('rstudio', 'tensor-rstudio'):
         all_pkgs['r_pkg'] = get_available_r_pkgs()


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