We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f825422 commit b2e8676Copy full SHA for b2e8676
1 file changed
neo/rawio/winwcprawio.py
@@ -177,6 +177,7 @@ def _parse_header(self):
177
self._generate_minimal_annotations()
178
bl_annotations = self.raw_annotations["blocks"][0]
179
bl_annotations["rec_datetime"] = rec_datetime
180
+
181
def _segment_t_start(self, block_index, seg_index):
182
return 0.0
183
0 commit comments