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 0f9de90 commit 14a1424Copy full SHA for 14a1424
neo/rawio/baserawio.py
@@ -183,7 +183,7 @@ def source_name(self):
183
return self._source_name()
184
185
def __repr__(self):
186
- txt = f'{self.__class.__.__name__}: {self.source_name()}\n'
+ txt = f'{self.__class__.__name__}: {self.source_name()}\n'
187
if self.header is not None:
188
nb_block = self.block_count()
189
txt += f'nb_block: {nb_block}\n'
0 commit comments