Currently exceptions raised within an OPNsenseModuleConfig context are 'swallowed' by our current __exit__ implementation. These changes raise the occurring exception properly such that we get a usable stack trace and can identify the error at hand more easily.
Currently exceptions raised within an OPNsenseModuleConfig context are 'swallowed' by our current
__exit__
implementation. These changes raise the occurring exception properly such that we get a usable stack trace and can identify the error at hand more easily.