related https://pagure.io/koji/issue/166
Looks good, though looking at it I realize that the .split("=") needs to be .split("=", 1), both here and in the edit-tag command.
Fixed here: https://github.com/mikem23/koji-playground/commits/issue166
If this looks good to you I'll merge it all.
Yep, go for it.
Commit 1785e750 fixes this pull-request
Pull-Request has been merged by mikem@redhat.com
related https://pagure.io/koji/issue/166