Skip to content

Commit

Permalink
spm_parser set prov:atLocation for activities with default outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
remiadon committed Jun 15, 2021
1 parent 17da659 commit ebd8b85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bids_prov/spm_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def get_records(task_groups: dict, records=defaultdict(list)):
{
"@id": output + get_id(),
"label": output,
"prov:atLocation": "TODO",
"prov:atLocation": output,
"wasGeneratedBy": activity_id,
}
)
Expand Down

0 comments on commit ebd8b85

Please sign in to comment.