Skip to content

Commit

Permalink
Merge pull request #473 from pvelasco/patch-1
Browse files Browse the repository at this point in the history
URI formatting of the default "TODO" value for "CogAtlasID"
  • Loading branch information
yarikoptic authored Dec 9, 2020
2 parents b6eedc7 + d8c8816 commit f40fa6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion heudiconv/bids.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ def populate_aggregated_jsons(path):
placeholders = {
"TaskName": ("TODO: full task name for %s" %
task_acq.split('_')[0].split('-')[1]),
"CogAtlasID": "TODO",
"CogAtlasID": "http://www.cognitiveatlas.org/task/id/TODO",
}
if op.lexists(task_file):
j = load_json(task_file)
Expand Down

0 comments on commit f40fa6f

Please sign in to comment.