battlecode / galaxy

MIT License
10 stars 3 forks source link

log tracebacks for tasks, log errors properly #730

Closed acrantel closed 3 months ago

acrantel commented 6 months ago

If an error occurs while running a task, log a traceback.

This PR also fixes the bug where the error from running a task was overriden/deleted by the error from calling FinalizeReport, resulting in our logs not containing the error.

Testing: not sure how to test this locally