Skip to content

Commit f59d18f

Browse files
authored
oops
1 parent 9c27730 commit f59d18f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

neo/rawio/spikegadgetsrawio.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ def _parse_header(self):
125125
sconf = root.find("SpikeConfiguration")
126126

127127
# store trode version in case there are version changes in the future
128-
self._trode_version = gconf["trodesVersion"]
128+
self._trode_version = gconf.attrib["trodesVersion"]
129129
self._sampling_rate = float(hconf.attrib["samplingRate"])
130130
num_ephy_channels = int(hconf.attrib["numChannels"])
131131

0 commit comments

Comments
 (0)