Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Emitters must be initialized early to ensure they can report errors that might occur in earlier stages of execution, before transaction resolution. Also a broader range of exceptions must be caught to ensure they are communicated to the user through the configured emitters. For example "No space left on the device" error can be raised during the fill_sack() call. This patch should report it via configured emitters. Resolves: https://issues.redhat.com/browse/RHEL-61882
- Loading branch information