Skip to content

Fix bug in bliss config plugin when list items are not dictionaries

Jose Tiago Macara Coutinho requested to merge patch_bliss_config_plugin into master

When a bliss node has at least one list item and at least one item of the list is not a dictionary, there is an exception because it expects all items to be dictionaries.

Merge request reports