Steven Silvester 7 роки тому
батько
коміт
fccb85e34e
1 змінених файлів з 1 додано та 2 видалено
  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):