Wrong indentation of YAML data written by rasa x

When Rasa X writes YAML, its indentations for list items is wrong:

key: 
- entry1
- entry2

it should be

key:
  - entry1
  - entry2

That seems to be a recent (like 5 yers ago) issue with ruamel.yaml:

Did anyone except me encounter that?

EDIT: German autocorrect changed ruamel to Rummel (sigh…)

1 Like

Please open a GitHub issue :slight_smile:

I’ll take that as a yes and will add it to my list of open GitHub issues.

1 Like