#1579 block-notification CLI should raise GenericError exception for non existing user
Closed: Fixed by mikem. Opened by jcupova.

Steps to Reproduce:

Run CLI command:
koji block-notification --user=user-4fhsg --package=kojitest-dummyrpm-qs8ex --tag=f29-build-hwb8
where username is not existing, package and tag are existing

Actual result:

TypeError: 'NoneType' object has no attribute 'getitem'\n

Expected result:

Should be returning an error message that user does not exist.


PR #1580

Metadata Update from @julian8628:
- Custom field Size adjusted to None

Metadata Update from @julian8628:
- Issue set to the milestone: 1.18
- Issue tagged with: bug, easyfix

Metadata Update from @julian8628:
- Custom field Size adjusted to small (was: None)
- Issue untagged with: bug, easyfix
- Issue set to the milestone: None (was: 1.18)

Metadata Update from @julian8628:
- Issue tagged with: bug, easyfix

Metadata Update from @julian8628:
- Issue set to the milestone: 1.18

Commit ecb9829c fixes this issue

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

Please continue any further discussion there.

Metadata
Related Pull Requests