Fixes: https://pagure.io/koji/issue/527
Before path sections were expected to have zero-based numbering. If some item was missing, parsing ended there.
Now we are more benevolent and we pick all path\d+ sections and sort them by ordering number.
:thumbsup:
+1
added a unit test to verify the behavior
https://github.com/mikem23/koji-playground/commits/issue527
Commit 9c4348e5 fixes this pull-request
Pull-Request has been merged by mikem@redhat.com
Fixes: https://pagure.io/koji/issue/527
Before path sections were expected to have zero-based numbering. If some
item was missing, parsing ended there.
Now we are more benevolent and we pick all path\d+ sections and sort
them by ordering number.