Skip to content

Commit e023a0f

Browse files
committed
Fix update of dynamic values from preprocess
1 parent 7e54b55 commit e023a0f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

automation/script/module.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1830,6 +1830,10 @@ def _run(self, i):
18301830
import json
18311831
logger.debug(json.dumps(env, indent=2, sort_keys=True))
18321832

1833+
r = update_env_with_values(env)
1834+
if r['return'] > 0:
1835+
return r
1836+
18331837
# Check chain of pre hook dependencies on other MLC scripts
18341838
if len(prehook_deps) > 0:
18351839
logger.debug(

0 commit comments

Comments
 (0)