Steps:
- run app with python warnings enabled (
python3 -Wmodule for example)
- open filebrowser in admin, look at files
- see many ResourceWarning
Fix: close file objects after reading or streaming their content (with statement may help, depending on the code structure)