Skip to content

Commit

Permalink
FIX: Add potential mask typing
Browse files Browse the repository at this point in the history
  • Loading branch information
mgxd committed Jul 25, 2024
1 parent 70388a5 commit db921eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smriprep/workflows/outputs.py
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ def init_ds_mask_wf(
*,
bids_root: str,
output_dir: str,
mask_type: ty.Literal['brain', 'roi'],
mask_type: ty.Literal['brain', 'roi', 'ribbon'],
extra_entities: dict | None = None,
name='ds_mask_wf',
):
Expand Down

0 comments on commit db921eb

Please sign in to comment.