From 7093568948341fb6df538d4c0c15597c76785919 Mon Sep 17 00:00:00 2001 From: Garcia Tunon Nicolas Date: Thu, 13 Nov 2025 16:13:54 +0100 Subject: [PATCH] Expand vars for custom steps --- release/scripts/mgear/shifter/guide.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release/scripts/mgear/shifter/guide.py b/release/scripts/mgear/shifter/guide.py index 38c01503..2d9628f9 100644 --- a/release/scripts/mgear/shifter/guide.py +++ b/release/scripts/mgear/shifter/guide.py @@ -1477,7 +1477,7 @@ def runStep(cls, stepPath, customStepDic): ) else: runPath = stepPath - + runPath = os.path.expandvars(runPath) customStep = imp.load_source(fileName, runPath) if hasattr(customStep, "CustomShifterStep"): argspec = inspect.getfullargspec(