Skip to content

Commit

Permalink
🥅 Raise other validation error
Browse files Browse the repository at this point in the history
  • Loading branch information
shnizzedy committed Nov 9, 2023
1 parent ce2d006 commit 068a380
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CPAC/pipeline/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -1109,6 +1109,7 @@ def schema(config_dict):
'Nusiance regression space is not forkable. Please choose '
f'only one of {valid_options["space"]}',
path=multiple_invalid.path) from multiple_invalid
raise multiple_invalid
try:
if (partially_validated['registration_workflows'][
'functional_registration'
Expand Down

0 comments on commit 068a380

Please sign in to comment.