Skip to content

Commit ba2cff4

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 76bd2ae commit ba2cff4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CPAC/pipeline/schema.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1395,10 +1395,10 @@ def schema(config_dict):
13951395

13961396
if (
13971397
overwrite["run"]
1398-
and "ANTS" not
1399-
in partially_validated["registration_workflows"]["anatomical_registration"][
1400-
"registration"
1401-
]["using"]
1398+
and "ANTS"
1399+
not in partially_validated["registration_workflows"][
1400+
"anatomical_registration"
1401+
]["registration"]["using"]
14021402
):
14031403
raise ExclusiveInvalid(
14041404
"[!] Overwrite transform is found same as the anatomical registration method! "

0 commit comments

Comments
 (0)