Skip to content

fixed config substitutions within set objects

Benjamin Winger requested to merge bmwinger/portmod:config_iter_fix into master

Previously we were modifying the set, which could lead to an error due to iterating over it at the same time. We now make a copy and overwrite the original

Merge request reports