pferd/PFERD
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
..
authenticators Add tfa authenticator 2021-05-15 18:27:16 +02:00
crawlers Add support for exercises in ILIAS crawler 2021-05-15 21:40:17 +02:00
__init__.py Single-source version number 2021-05-14 21:27:44 +02:00
__main__.py Add fancy CLI options 2021-05-15 22:22:01 +02:00
authenticator.py Let authenticators provide username and password separately 2021-05-15 18:27:03 +02:00
conductor.py Add options to slow down local crawler 2021-05-15 15:25:01 +02:00
config.py Add fancy CLI options 2021-05-15 22:22:01 +02:00
crawler.py Add fancy CLI options 2021-05-15 22:22:01 +02:00
limiter.py Change limiter logic 2021-05-15 15:25:05 +02:00
output_dir.py Ensure tmp files are deleted 2021-05-15 23:00:40 +02:00
pferd.py Fix authenticator and crawler names 2021-05-15 15:25:05 +02:00
report.py Fix cookies getting deleted 2021-05-15 22:25:48 +02:00
transformer.py Allow variable whitespace in arrow rules 2021-05-15 15:25:05 +02:00
utils.py Implement ILIAS auth and crawl home page 2021-05-15 15:25:05 +02:00
version.py Single-source version number 2021-05-14 21:27:44 +02:00