Explorar o código

Remove print statement

Grant Nestor %!s(int64=8) %!d(string=hai) anos
pai
achega
87b313733a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      jupyterlab/commands.py

+ 1 - 1
jupyterlab/commands.py

@@ -37,7 +37,7 @@ def run(cmd, **kwargs):
     try:
         return check_output(cmd, **kwargs)
     except CalledProcessError as error:
-        print(error.output)
+        raise error
 
 
 def install_extension(extension):