Learn more about these different git repos.
Other Git URLs
Let's introduce new exceptions but not use them yet. We will wait for another ~2 versions, so clients should know it in. Gather list here. @ktdreyer
Based on: https://github.com/obriencj/koji-smoky-dingo/blob/master/kojismokydingo/__init__.py
Metadata Update from @tkopecek: - Custom field Size adjusted to None
The koji/__init__.py file is massive, so I don't want to add new ones there. Let's add a new koji/exceptions.py to match how python-requests organizes requests.exceptions.
koji/__init__.py
koji/exceptions.py
Today the koji.convertFault() method iterates over the entire globals().values() list, looking for GenericError classes. It will be straightforward to make it iterate over all the classes in koji.exceptions instead.
koji.convertFault()
globals().values()
GenericError
koji.exceptions
PR https://pagure.io/koji/pull-request/3152
Some other ones we might consider:
NotPermitted
AuthError
NameValidationError
Metadata Update from @jcupova: - Issue tagged with: no_qe
Metadata Update from @tkopecek: - Issue set to the milestone: 1.29 (was: 1.28)
Metadata Update from @tkopecek: - Issue set to the milestone: None (was: 1.29)
Log in to comment on this ticket.