From a5139dc14564f1721b90af714c847199e2d7a70d Mon Sep 17 00:00:00 2001 From: Roy Crihfield Date: Thu, 28 Mar 2024 21:59:51 +0800 Subject: [PATCH] debug --- stack_orchestrator/repos/setup_repositories.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/stack_orchestrator/repos/setup_repositories.py b/stack_orchestrator/repos/setup_repositories.py index 431d8e86..1069e1ad 100644 --- a/stack_orchestrator/repos/setup_repositories.py +++ b/stack_orchestrator/repos/setup_repositories.py @@ -248,6 +248,8 @@ def command(ctx, include, exclude, git_ssh, check_only, pull, branches, branches print("__file__", __file__) print("stack_file_name", stack_file_name) print("stack_file_path", stack_file_path) + stacks_dir_path = Path(__file__).absolute().parent.parent.joinpath("data", "stacks") + print("stacks dir contents", list(stacks_dir_path.iterdir())) if not stack_file_path.exists(): error_exit(f"stack {stack} does not exist") with stack_file_path: