Skip to content

Commit

Permalink
Validator: output message in case of successful check is added (#487)
Browse files Browse the repository at this point in the history
  • Loading branch information
plakrisenko authored Mar 18, 2021
1 parent c7a4778 commit b000937
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion petab/lint.py
Original file line number Diff line number Diff line change
Expand Up @@ -744,7 +744,7 @@ def lint_problem(problem: 'petab.Problem') -> bool:
logger.warning('Not all files of the PEtab problem definition could '
'be checked.')
else:
logger.info('OK')
logger.info('PEtab format check completed successfully.')

return errors_occurred

Expand Down

0 comments on commit b000937

Please sign in to comment.