cocreators-ee / project-template

Project template for kick-starting your work the right way
Other
5 stars 7 forks source link

Fix a bug caused by using yaml.Loader instead of yaml.BaseLoader #10

Closed joakimnordling closed 4 years ago

joakimnordling commented 4 years ago

The overrides are expected to be loaded using the BaseLoader, not the Loader, and this is also what the unit tests do.

With certain overrides this issue caused an "TypeError: 'int' object is not subscriptable" error when merging the files.