Skip to content

Commit 4a3604a

Browse files
committed
HOTFIX: mend broken prv loading
1 parent 3483d22 commit 4a3604a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pypop/prv.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,7 @@ def _parse_prv(self):
211211
self._flush_prv_temp_data(temp_data)
212212
temp_data = [StringIO() for _ in range(len(PRV.record_types))]
213213
temp_writers = [csvwriter(x) for x in temp_data]
214+
self._flush_prv_temp_data(temp_data)
214215

215216
for iattr, attrname in PRV.record_types.items():
216217
if getattr(self, attrname) is not None and not getattr(self, attrname).empty:

0 commit comments

Comments
 (0)