Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d1e40fa

Browse files
Update nipoppy/workflows/pipeline.py
Co-authored-by: Michelle Wang <[email protected]>
1 parent 3d41860 commit d1e40fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipoppy/workflows/pipeline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ def pybids_ignore_patterns(self) -> list[str]:
400400

401401
# validate format
402402
if not isinstance(patterns, list):
403-
raise WorkflowError(
403+
raise ConfigError(
404404
f"Expected a list of strings in {fpath_pybids_ignore}"
405405
f", got {patterns} ({type(patterns)})"
406406
)

0 commit comments

Comments
 (0)