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 9c07a97 commit 8c1317fCopy full SHA for 8c1317f
neo/io/nwbio.py
@@ -411,6 +411,7 @@ def _build_global_annotations(self, blocks):
411
annotations["identifier"] = str(self.filename)
412
if "session_description" not in annotations:
413
annotations["session_description"] = blocks[0].description or str(self.filename)
414
+ # need to use str() here because self.filename may be a pathlib path object
415
# todo: concatenate descriptions of multiple blocks if different
416
if annotations.get("session_start_time", None) is None:
417
if "rec_datetime" in annotations:
0 commit comments