From 26cc33ecfb116ed48fea96b3e88021e17639b315 Mon Sep 17 00:00:00 2001 From: Syres916 <46537884+Syres916@users.noreply.github.com> Date: Thu, 18 Dec 2025 16:48:22 +0000 Subject: [PATCH] [Core] Fix macro path append to sys.path --- src/App/FreeCADInit.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/App/FreeCADInit.py b/src/App/FreeCADInit.py index 67aa902db4..6d96336b5f 100644 --- a/src/App/FreeCADInit.py +++ b/src/App/FreeCADInit.py @@ -1474,6 +1474,7 @@ class InitPipeline: env_path=PathPriority.Ignore, sys_path=PathPriority.FallbackLast, ) + self.search_paths.commit() def post(self) -> None: """