Skip to content

Commit 42aded3

Browse files
franv314veluca93
authored andcommitted
Fixes
1 parent aa2fada commit 42aded3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmscontrib/loaders/italy_yaml.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -611,10 +611,10 @@ def get_task(self, get_statement=True) -> Task | None:
611611
load(conf, args, "score_type")
612612
load(conf, args, "score_type_parameters")
613613
else:
614-
if "score_type" in conf or "score_type_parameters" in conf or "n_input" in conf:
614+
if "score_type" in conf or "score_type_parameters" in conf:
615615
logger.warning("To override score type data, task.yaml must "
616616
"specify all 'score_type', "
617-
"'score_type_parameters' and"
617+
"'score_type_parameters' and "
618618
"'n_input'.")
619619

620620
# Detect subtasks by checking GEN

0 commit comments

Comments
 (0)