mirror of
https://github.com/LTTLabsOSS/markbench-tests.git
synced 2026-01-09 14:07:56 -05:00
linter more
This commit is contained in:
@@ -61,7 +61,8 @@ def install_miniconda() -> str:
|
||||
try:
|
||||
output = subprocess.check_output(command, stderr=subprocess.PIPE, text=True)
|
||||
except Exception as err:
|
||||
raise Exception(f"could not install miniconda using command {" ".join(command)}") from err
|
||||
command_string = " ".join(command)
|
||||
raise Exception(f"could not install miniconda using command {command_string}") from err
|
||||
return output
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user