Skip to content

Commit

Permalink
FIX: Wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Oct 25, 2024
1 parent 12c7ee5 commit 97a9ded
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mne_bids_pipeline/_docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,8 @@ def _add_step_option(step: str, option: str) -> None:
# Get the source and regex for config values
if key == "_import_data_kwargs":
funcs = [getattr(_import_data, key)]
elif key == "get_sessions": # wrapper now
funcs = [getattr(_config_utils, "_get_sessions")]
else:
funcs = [getattr(_config_utils, key)]
for func_name in _EXTRA_FUNCS.get(key, ()):
Expand Down

0 comments on commit 97a9ded

Please sign in to comment.