We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 733d13e commit 662dfbdCopy full SHA for 662dfbd
bids_prov/merge.py
@@ -33,7 +33,7 @@ def get_associated_sidecar(layout: BIDSLayout, data_file: BIDSFile) -> dict:
33
return layout.get_file(sidecar_filename)
34
35
def filter_provenance_group(files: list, group: str) -> list:
36
- """ Filter a given BIDSFile list, returning the sub-list containig the BIDS
+ """ Filter a given BIDSFile list, returning the sub-list containing the BIDS
37
`prov` entity equal to group
38
"""
39
return [f for f in files if f'prov-{group}' in f.filename]
0 commit comments