jjhelmus / nmrglue

A module for working with NMR data in Python
BSD 3-Clause "New" or "Revised" License
209 stars 86 forks source link

Added missing file closes #72

Closed JLVarjo closed 6 years ago

JLVarjo commented 6 years ago

Encountered a warning about unclosed file, so I went through all the files in fileio and corrected all missing file closes I found (used the "with open" style).

jjhelmus commented 6 years ago

Thanks @JLVarjo for these changes, the should address the warning about unclosed files.