Skip to content

Fix including multiple config files

Benjamin Rottler requested to merge fix-including-multiple-configs into master

Release notes

Fix including multiple config files

Details

.strip() returns the stripped string and does not change it in-place. This fix allows to separate the config files with a space after the comma, for more readibility.

Merge request reports