From fac7e937bc236314ff2285e0a46d4f8e7a617241 Mon Sep 17 00:00:00 2001 From: Juanma Barea Date: Thu, 26 Jun 2025 10:45:42 +0200 Subject: [PATCH] fix pre-commit errors Signed-off-by: Juanma Barea --- llama_stack/cli/stack/_build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llama_stack/cli/stack/_build.py b/llama_stack/cli/stack/_build.py index c51fc649c..1db3456ce 100644 --- a/llama_stack/cli/stack/_build.py +++ b/llama_stack/cli/stack/_build.py @@ -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)