From a7140f0097a7db05cf133c73519d0eb7c885c211 Mon Sep 17 00:00:00 2001 From: Kevin Veen-Birkenbach Date: Tue, 16 Dec 2025 20:41:52 +0100 Subject: [PATCH] Adapted python import path --- cli/setup/applications.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/setup/applications.py b/cli/setup/applications.py index f1e149d5..98d2ab6d 100644 --- a/cli/setup/applications.py +++ b/cli/setup/applications.py @@ -6,7 +6,7 @@ import time from pathlib import Path # Ensure project root on PYTHONPATH so module_utils is importable -repo_root = Path(__file__).resolve().parent.parent.parent.parent +repo_root = Path(__file__).resolve().parent.parent.parent sys.path.insert(0, str(repo_root)) # Add lookup_plugins for application_gid