Skip to content

Commit f296f07

Browse files
committed
..
1 parent d41a98b commit f296f07

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

petab/v2/lint.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,8 @@ def run(self, problem: Problem) -> ValidationIssue | None:
261261
if undefined_observables := (used_observables - defined_observables):
262262
return ValidationError(
263263
f"Observable(s) {undefined_observables} are used in the "
264-
"measurement table but are not defined in the observable table."
264+
"measurement table but are not defined in the observable "
265+
"table."
265266
)
266267

267268
return None

0 commit comments

Comments
 (0)