teamtomo / starfile

STAR file I/O in Python
https://teamtomo.org/starfile/
BSD 3-Clause "New" or "Revised" License
44 stars 19 forks source link

Fix bug in parsing multiple simple blocks #18

Closed alisterburt closed 3 years ago

alisterburt commented 3 years ago

The root cause of #17 is that the TextBuffer object was not correctly cleared after parsing a simple data block. This PR correctly clears the TextBuffer object and closes #17.