zotero / citeproc-js-server

Web service to generate citations and bibliographies using citeproc-js
Other
60 stars 39 forks source link

Stop leaking file descriptors. #49

Open rudolfbyker opened 6 months ago

rudolfbyker commented 6 months ago

open(...).read(...) opens the file but does not close it

Path(...).read_text() opens the file, reads the content and closes it properly.