#1084 getTag API call should raise GenericError exception for non existing tag
Closed: Dropped Opened by jcupova.

Steps to Reproduce:

Run env.session.getTag('non-exist-tag')

Actual result:

Expected result:

Should return the error message.


this API has an option strict. by default, it's False. if user wants to get an error when tag doesn't exist, he should call getTag(tag, strict=True)

Oh, my fault. So I am closing 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/1084

Please continue any further discussion there.

Metadata