Skip to content

Commit e9f0aee

Browse files
committed
more fix on ephys 322 room
1 parent d07e0a1 commit e9f0aee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

code/util/reformat.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,10 @@ def get_data_source(rig):
6262
room = '446'
6363
elif '323' in rig:
6464
room = '323'
65-
elif rig_type == 'ephys':
66-
room = '323'
6765
elif '322' in rig:
6866
room = '322'
67+
elif rig_type == 'ephys':
68+
room = '323'
6969
else:
7070
room = '447'
7171
return institute, rig_type, room, hardware, '_'.join([institute, rig_type, room, hardware])

0 commit comments

Comments
 (0)