ut-parla/Parla.py

Fail Fast When An Exception Is Thrown

insertinterestingnamehere opened this issue · 0 comments

Currently parla has the unfortunate tendency to keep running if an exception has already been thrown. This prevents keyboard interrupts and can easily lead to massive error logs. If an exception has been thrown, task execution should stop immediately and the error should be reported.