task.py: Catch more errors when launching processes
Before something could have failed before launching or when launching the process but this would not have been properly logged. By expanding the scope of the try/except we increase the chances of catching such a problem. The exception is re-raised afterwards
Please register or sign in to comment