Skip to content

Commit b000937

Browse files
authored
Validator: output message in case of successful check is added (#487)
1 parent c7a4778 commit b000937

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

petab/lint.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -744,7 +744,7 @@ def lint_problem(problem: 'petab.Problem') -> bool:
744744
logger.warning('Not all files of the PEtab problem definition could '
745745
'be checked.')
746746
else:
747-
logger.info('OK')
747+
logger.info('PEtab format check completed successfully.')
748748

749749
return errors_occurred
750750

0 commit comments

Comments
 (0)