yt-project / yt

Main yt repository
http://yt-project.org
Other
465 stars 276 forks source link

BUG: avoid ResourceWarnings in the amrex frontend #4891

Closed yut23 closed 4 months ago

yut23 commented 5 months ago

PR Summary

Use context managers where the line length allows, and manually close all other files that are opened outside a with statement.

Fixes #4890.