fix pre-commit errors

Signed-off-by: Juanma Barea <juanmabareamartinez@gmail.com>
This commit is contained in:
Juanma Barea 2025-06-26 10:45:42 +02:00
parent 02bfe47ddd
commit fac7e937bc

View file

@ -335,7 +335,7 @@ def _generate_run_config(
run_config.providers[api].append(p_spec)
run_config_file = build_dir / f"{image_name}-run.yaml"
# Create the directory structure for the run config file
os.makedirs(run_config_file.parent, exist_ok=True)