#206 inconsistent delimiter in different options
Closed: Fixed Opened by ausil.

koji edit-host foo --arches=i686,x86_64
results in the host getting an arch of i686,x86_64 you have to use space delimited options
koji edit-host foo --arches="i686 x86_64"
would give the expected output, howvere add-tag and edit-tag allow the use os , as a delimiter. I think we should support the use of both space and comma as a delimiter consistently.


PR #264

Commit 7f15bcc1 fixes this issue

@mikem changed the status to Closed

Metadata Update from @tkopecek:
- Issue set to the milestone: 1.12

This issue has been migrated to Fedora Forge:
https://forge.fedoraproject.org/koji/koji/issues/206

Please continue any further discussion there.

Metadata