Skip to content

Commit 68addf9

Browse files
committed
add swc as prepend of swc metadata uuid
1 parent 29c3ae2 commit 68addf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ingest/mne.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def num_to_mne(num):
8989
rstring=rstring + '-'
9090
rstring=rstring+dataa[element]
9191
#print ("R:",stack)
92-
92+
rstring="swc_"+rstring
9393
return rstring
9494

9595
def mne_to_num(mme):

0 commit comments

Comments
 (0)