Salome HOME
do not create install dir for pip products installed in python, adapt archives to...
[tools/sat.git] / commands / compile.py
index 9748b169392ab1c32e65deb8ff3e82721253c24c..47a3d4b8a53159c6dd7b7f1197c31efe0069eb75 100644 (file)
@@ -470,10 +470,6 @@ def compile_product_pip(sat,
                                stderr=subprocess.STDOUT) == 0)        
     if res_pip:
         res=0
-        if pip_install_in_python:
-            # when product is installed in python, create install_dir 
-            # (to put inside product info and mark the installation success)
-            os.mkdir(p_info.install_dir)
     else:
         #log_res_step(logger, res)
         res=1