diff --git a/acacore/models/reference_files.py b/acacore/models/reference_files.py index 2973720..55c2328 100644 --- a/acacore/models/reference_files.py +++ b/acacore/models/reference_files.py @@ -121,7 +121,7 @@ class ConvertAction(NoDefaultsModel): @model_validator(mode="after") def _validate_model(self) -> Self: if not self.tool == "copy" and not self.output: - raise ValueError("Missing outputs.") + raise ValueError("Missing output.") return self