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

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


The following commit(s) were added to refs/heads/DLAB-515 by this push:
     new 5a2b871  [DLAB-1799]: fixed typo
     new 849afef  Merge branch 'DLAB-515' of 
https://github.com/apache/incubator-dlab into DLAB-515
5a2b871 is described below

commit 5a2b871598dd5b8926252255b52379c64b34b5c1
Author: leonidfrolov <frolovl...@gmail.com>
AuthorDate: Thu May 21 12:08:11 2020 +0300

    [DLAB-1799]: fixed typo
---
 infrastructure-provisioning/src/general/lib/os/debian/notebook_lib.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/infrastructure-provisioning/src/general/lib/os/debian/notebook_lib.py 
b/infrastructure-provisioning/src/general/lib/os/debian/notebook_lib.py
index 2ba6699..86fec5c 100644
--- a/infrastructure-provisioning/src/general/lib/os/debian/notebook_lib.py
+++ b/infrastructure-provisioning/src/general/lib/os/debian/notebook_lib.py
@@ -261,7 +261,7 @@ def ensure_python3_libraries(os_user):
         try:
             #manage_pkg('-y install', 'remote', 'python3-setuptools')
             manage_pkg('-y install', 'remote', 'python3-pip')
-            sudo('pip3 install 
setuptools=={}').format(os.environ['notebook_setuptools_version')
+            sudo('pip3 install 
setuptools=={}').format(os.environ['notebook_setuptools_version'])
             try:
                 sudo('pip3 install tornado=={0} ipython==7.9.0 ipykernel=={1} 
--no-cache-dir' \
                      .format(os.environ['notebook_tornado_version'], 
os.environ['notebook_ipykernel_version']))


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

Reply via email to