Skip to content
Snippets Groups Projects
Commit 8a83a124 authored by Pierre-Yves David's avatar Pierre-Yves David :octopus:
Browse files

ruff: reformat the code base

parent ebc14cd7
No related branches found
No related tags found
1 merge request!48annotate benchmark
......@@ -468,9 +468,8 @@
# TODO make a "poulpe resolve-bin-env-spec"?
cmd = [setup_script.resolve(), "--get-unique-id"] + cli_args_list
# Get the actual unique bin-env ID that only the suite can resolve
# (because of its dependencies, etc.)
res = subprocess.run(
cmd,
cwd=tmp_target,
......@@ -472,9 +471,10 @@
# Get the actual unique bin-env ID that only the suite can resolve
# (because of its dependencies, etc.)
res = subprocess.run(
cmd,
cwd=tmp_target,
env=env, capture_output=True,
env=env,
capture_output=True,
)
try:
res.check_returncode()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment