rpm-software-management / mock

Mock is a tool for a reproducible build of RPM packages.
GNU General Public License v2.0
384 stars 235 forks source link

Is package_manager.py worth its own exception? #1477

Open praiskup opened 1 month ago

praiskup commented 1 month ago

We raise Exception and Runtime Exception from package_manager.py file. If this happens, the output of Mock and log files dump the whole stack trace which is probably unnecessary.