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