You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
In #463, I introduced a bug such that merlin example openfoam_wf_singularity generates the error message "Example 'openfoam_wf_singularity' not found."
This occurs because of an unmet constraint on line 113 of merlin/examples/generator.py:
if name == spec:
which requires that a workflow example named foo have an associated yaml file named foo.yaml. When I edited the tutorial in #463, I incorrectly named the yaml for openfoam_wf_singularity.
Bug Report
Description
In #463, I introduced a bug such that
merlin example openfoam_wf_singularity
generates the error message "Example 'openfoam_wf_singularity' not found."This occurs because of an unmet constraint on line 113 of
merlin/examples/generator.py
:which requires that a workflow example named
foo
have an associated yaml file namedfoo.yaml
. When I edited the tutorial in #463, I incorrectly named the yaml foropenfoam_wf_singularity
.Behavior
I'm about to submit a fix but wanted to document this. Apologies!
The text was updated successfully, but these errors were encountered: