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
When providing a YAML with a list variable to an entry that requires an optional string should throw an error stating that a list was provided and that a null or string was expected.
Actual Behavior
It complains about a CommentedSeq value while its actually a list.
QUALITY.yaml:7:1: the `kraken_database` field is not valid
because value is a CommentedSeq, expected null or string
Thanks @jjkoehorst ; I agree this error message could be improved; Here CommentedSeq is a commented sequence, so it was referring to a list, just not in a helpful way.
Expected Behavior
When providing a YAML with a list variable to an entry that requires an optional string should throw an error stating that a list was provided and that a null or string was expected.
Actual Behavior
It complains about a CommentedSeq value while its actually a list.
Workflow Code
Your Environment
The text was updated successfully, but these errors were encountered: