Suppress unclosed file handle warnings
Closes #589 (closed)
Previous behaviour
Steps to reproduce:
- Get warnings when running with
python -Wall
New behaviour
Steps to validate that it works:
- No longer get warnings about unclosed file handles.
Edited by Thom Wiggers