Skip to content

Commit

Permalink
Merge pull request #28 from alexpron/hotfix-issue#26
Browse files Browse the repository at this point in the history
Hotfix issue#26 part 2
  • Loading branch information
quentinduche authored Nov 25, 2024
2 parents e49f4c3 + d48c60b commit e1b0d65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shanoir2bids.py
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ def download_subject(self, subject_to_search):
# BIDS subject id (search and replace)
bids_subject_id = subject_to_search
for far in self.list_fars:
bids_subject_id.replace(far[K_FIND], far[K_REPLACE])
bids_subject_id = bids_subject_id.replace(far[K_FIND], far[K_REPLACE])

bids_seq_session = None

Expand Down

0 comments on commit e1b0d65

Please sign in to comment.