Skip to content

fix issue for text config when using groupName

Joseph Earl Lambert requested to merge jolamber/athena:trig into main

Previously, when using make functions, the arguments that were used where passed to the make function. For the Trigger make function, no options are passed. In this case, the options for grouped blocks were not considered in an internal check to see if spurious options were being passed in the yaml file.

This merge request fixes this issue.

Merge request reports