Steven Silvester hace 7 años
padre
commit
fccb85e34e
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1 2
      jupyterlab/commands.py

+ 1 - 2
jupyterlab/commands.py

@@ -83,8 +83,7 @@ def run(cmd, **kwargs):
         logger.info(output)
         raise error
     finally:
-        if proc.returncode is None:
-            proc.terminate()
+        proc.wait()
 
 
 def install_extension(extension, app_dir=None, logger=None):