Skip to content

Commit 20b7e8a

Browse files
authored
1 parent d855f64 commit 20b7e8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

heudiconv/bids.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ def populate_aggregated_jsons(path):
172172
placeholders = {
173173
"TaskName": ("TODO: full task name for %s" %
174174
task_acq.split('_')[0].split('-')[1]),
175-
"CogAtlasID": "TODO",
175+
"CogAtlasID": "doi:TODO",
176176
}
177177
if op.lexists(task_file):
178178
j = load_json(task_file)

0 commit comments

Comments
 (0)