From a1ded7a4f97d91656098ea5337a0ec1f8cc3ad14 Mon Sep 17 00:00:00 2001 From: peroxile <143724653+peroxile@users.noreply.github.com> Date: Mon, 27 Apr 2026 13:42:56 +0200 Subject: [PATCH] fix: load_permissions to merge both top-level --- core/plan.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/plan.py b/core/plan.py index ec38730..5540f9b 100644 --- a/core/plan.py +++ b/core/plan.py @@ -208,4 +208,4 @@ def plan( workflow_id, host_config.name, effective_dry_run, approved, ) - return requests + return requests \ No newline at end of file