Skip to content

Commit 096e3f1

Browse files
author
Tom Reitz
committed
rolling back to previous approval
1 parent ced2fce commit 096e3f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lightbeam/validate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ async def validate_endpoint(self, endpoint):
235235
num_others = self.lightbeam.num_errors - self.MAX_VALIDATION_ERRORS_TO_DISPLAY
236236
if self.lightbeam.num_errors > self.MAX_VALIDATION_ERRORS_TO_DISPLAY:
237237
self.logger.warn(f"... and {num_others} others!")
238-
self.logger.warn(f"... VALIDATION ERRORS on {self.lightbeam.num_errors} of {line_counter + 1} lines in {file_name}; see details above.")
238+
self.logger.warn(f"... VALIDATION ERRORS on {self.lightbeam.num_errors} of {line_counter} lines in {file_name}; see details above.")
239239

240240

241241
async def do_validate_payload(self, endpoint, file_name, data, line_counter):

0 commit comments

Comments
 (0)