Skip to content

Commit

Permalink
dedent
Browse files Browse the repository at this point in the history
  • Loading branch information
drammock committed Sep 4, 2024
1 parent 7303695 commit dd80dfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mne_bids_pipeline/steps/source/_03_setup_source_space.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def main(*, config: SimpleNamespace) -> None:
subjects = [config.use_template_mri]
else:
subjects = get_subjects(config=config)
sessions = get_sessions(config=config)
sessions = get_sessions(config=config)

with get_parallel_backend(config.exec_params):
parallel, run_func = parallel_func(
Expand Down

0 comments on commit dd80dfc

Please sign in to comment.