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.
2 parents 9d64537 + 48dd1a1 commit 55e3881Copy full SHA for 55e3881
neo/rawio/blackrockrawio.py
@@ -315,7 +315,7 @@ def _parse_header(self):
315
'nsx_to_load do not match available nsx list'
316
317
# check that all files come from the same specification
318
- all_spec = [self.__nsx_spec[nsx_nb] for nsx in self.nsx_to_load]
+ all_spec = [self.__nsx_spec[nsx_nb] for nsx_nb in self.nsx_to_load]
319
if self._avail_files['nev']:
320
all_spec.append(self.__nev_spec)
321
assert all(all_spec[0] == spec for spec in all_spec), \
0 commit comments