Comment 1 for bug 1825882

Revision history for this message
Matt Riedemann (mriedem) wrote : Re: Virsh disk attach errors silently ignored

Yeah indeed it looks like the raise was used improperly. Probably a better thing to do here would be to use the excutils.save_and_reraise_exception() which provides a context manager that you can control if the exception should be re-raised or not.