Steps to Reproduce:
Run env.session.packageListAdd(env.destination_tag, 'non-exist-pkg', owner=env.username)
Actual result:
Expected result:
Should return the error message.
This should not be a bug, when pkginfo doesn't exist and it's a string, koji will try to create one, otherwise raise GenericError("Invalid package: %s" % pkginfo)
pkginfo
GenericError("Invalid package: %s" % pkginfo)
OK, thank you and I close this issue.
Metadata Update from @jcupova: - Issue close_status updated to: Dropped - Issue status updated to: Closed (was: Open)
This issue has been migrated to Fedora Forge: https://forge.fedoraproject.org/koji/koji/issues/1083
Please continue any further discussion there.