[Core] Fix macro path append to sys.path

This commit is contained in:
Syres916
2025-12-18 16:48:22 +00:00
committed by Chris Hennes
parent b5d60baa68
commit 26cc33ecfb

View File

@@ -1474,6 +1474,7 @@ class InitPipeline:
env_path=PathPriority.Ignore,
sys_path=PathPriority.FallbackLast,
)
self.search_paths.commit()
def post(self) -> None:
"""