Skip to content

Fix filename substitution in big_ep trigger#342

Merged
pblowey merged 1 commit intomainfrom
fix_big_ep_trigger_for_multiplex
Feb 19, 2026
Merged

Fix filename substitution in big_ep trigger#342
pblowey merged 1 commit intomainfrom
fix_big_ep_trigger_for_multiplex

Conversation

@pblowey
Copy link
Copy Markdown
Contributor

@pblowey pblowey commented Feb 18, 2026

When multiplex triggers big_ep, it passes the filenames using placeholders with the corresponding values stored in the recipewrapper environment. Changes made to the big_ep trigger to enable downstream reprocessing broke this substitution as a check that the input_file path is a file is made against the placeholder string rather than the path itself.

Fix this by moving the ChainMapWithReplacement call earlier in the code so that the substitution has been made before the check.

@pblowey pblowey requested a review from isikhar February 18, 2026 16:10
@pblowey pblowey self-assigned this Feb 18, 2026
@pblowey pblowey merged commit 40b66b1 into main Feb 19, 2026
@pblowey pblowey deleted the fix_big_ep_trigger_for_multiplex branch February 19, 2026 09:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants