Example config says, that comma is allowed, but it was not true. I've made it more in line with rest of configs (allowing only comma)
Fixes: https://pagure.io/koji/issue/1744
Wouldn't the first split return a list, causing the second split to return AttributeError?
rebased onto a76f02b190b91fb21cecf7872ca93f646b416cf0
:thumbsup:
Is there a chance that someone is relying on splitting by whitespace?
There is a slight chance, but I don't know about any other deployment using this plugin than ours.
ok then :smile: :thumbsup:
Commit 47017397 fixes this pull-request
Pull-Request has been merged by mikem
Metadata Update from @jcupova: - Pull-request tagged with: testing-done
Example config says, that comma is allowed, but it was not true. I've made it more in line with rest of configs (allowing only comma)
Fixes: https://pagure.io/koji/issue/1744