StackStorm / st2-packages

StackStorm deb/rpm packages (automated docker build pipeline)
https://stackstorm.com/
27 stars 59 forks source link

Relax ini parsing to allow duplicate entries. #708

Closed nzlosh closed 2 years ago

nzlosh commented 2 years ago

Following failures in the end to end testing due to duplicate entries in the section, the config parser has been relaxed to allow duplicate entries. The current default behaviour for duplicate keys is order of parsing so the last key read will be the value used.