Skip to content

Commit

Permalink
Fixing logs
Browse files Browse the repository at this point in the history
  • Loading branch information
haritha-ravi committed Sep 27, 2023
1 parent ad85f4c commit 760e965
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vladiate/vlad.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def _log_validator_failures(self):
" {} failed {} time(s) ({:.1%}) on field: '{}'".format(
validator.__class__.__name__,
validator.fail_count,
validator.fail_count / self.line_count,
validator.fail_count / self.total_lines,
field_name,
)
)
Expand Down

0 comments on commit 760e965

Please sign in to comment.