Skip to content

Commit a66b7af

Browse files
committed
FIX: Add potential mask typing
1 parent 79f3b17 commit a66b7af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

smriprep/workflows/outputs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ def init_ds_mask_wf(
324324
*,
325325
bids_root: str,
326326
output_dir: str,
327-
mask_type: ty.Literal['brain', 'roi'],
327+
mask_type: ty.Literal['brain', 'roi', 'ribbon'],
328328
extra_entities: dict | None = None,
329329
name='ds_mask_wf',
330330
):

0 commit comments

Comments
 (0)