MDANSE icon indicating copy to clipboard operation
MDANSE copied to clipboard

[ENHANCEMENT] Use `raise ... from ...`

Open oerc0122 opened this issue 11 months ago • 0 comments

Is your feature request related to a problem? Please describe. Currently when an IJob fails it raises an exception it replaces the exception with a JobError containing the traceback.

Describe the solution you'd like Modern Python provides the raise from syntax which serves this role in a more standard way, providing both tracebacks reasonably.

Describe alternatives you've considered N/A

Additional context N/A

oerc0122 avatar Apr 01 '25 13:04 oerc0122