We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3483d22 commit 4a3604aCopy full SHA for 4a3604a
pypop/prv.py
@@ -211,6 +211,7 @@ def _parse_prv(self):
211
self._flush_prv_temp_data(temp_data)
212
temp_data = [StringIO() for _ in range(len(PRV.record_types))]
213
temp_writers = [csvwriter(x) for x in temp_data]
214
+ self._flush_prv_temp_data(temp_data)
215
216
for iattr, attrname in PRV.record_types.items():
217
if getattr(self, attrname) is not None and not getattr(self, attrname).empty:
0 commit comments