Joscha 9fd356d290 Ensure tmp files are deleted
This doesn't seem to fix the case where an exception bubbles up to the top of
the event loop. It also doesn't seem to fix the case when a KeyboardInterrupt is
thrown, since that never makes its way into the event loop in the first place.

Both of these cases lead to the event loop stopping, which means that the tmp
file cleanup doesn't get executed even though it's inside a "with" or "finally".
2021-05-15 23:00:40 +02:00
..
2021-05-15 18:27:16 +02:00
2021-05-14 21:27:44 +02:00
2021-05-15 22:22:01 +02:00
2021-05-15 22:22:01 +02:00
2021-05-15 22:22:01 +02:00
2021-05-15 15:25:05 +02:00
2021-05-15 23:00:40 +02:00
2021-05-15 15:25:05 +02:00
2021-05-15 22:25:48 +02:00
2021-05-14 21:27:44 +02:00