You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would say that this approach while nice should not be used for long term automation, and instead any features not exposed should be mapped through for parsing and consumption. This is so that tooling that works on errata-tool library has one layer of abstraction from implementation details. Over time ET has shifted and deprecated APIs and not all of the necessary fields that we currently parse work with are provided by the v1 api single call api.
For debugging, it would be nice to have some way to say "print all the JSON that the Errata Tool gives me".
This would be similar to koji's
--debug-xmlrpc
flag, or python-bugzilla's--debug
flag.We will need to add python logging, and print the JSON at the
debug
level.The text was updated successfully, but these errors were encountered: