mirror of
https://github.com/LTTLabsOSS/markbench-tests.git
synced 2026-01-08 21:48:00 -05:00
compile
This commit is contained in:
@@ -61,7 +61,7 @@ def install_miniconda() -> str:
|
||||
try:
|
||||
output = subprocess.check_output(command, stderr=subprocess.PIPE, text=True)
|
||||
except Exception as err:
|
||||
raise Exception("could not install miniconda using command %s", " ".join(command)) from err
|
||||
raise Exception("could not install miniconda using command %s" % " ".join(command)) from err
|
||||
return output
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user