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 458ddb2 commit 28d5c6fCopy full SHA for 28d5c6f
neo/rawio/baserawio.py
@@ -254,7 +254,7 @@ def _repr_html_(self):
254
# Header
255
html.append(f'<h3 style="color: #2c3e50;">{self.__class__.__name__}: {self.source_name()}</h3>')
256
257
- if self.header is not None:
+ if self.is_header_parsed:
258
# Basic info
259
nb_block = self.block_count()
260
html.append(f"<p><strong>nb_block:</strong> {nb_block}</p>")
0 commit comments