Skip to content

Commit

Permalink
tell the user where the report is
Browse files Browse the repository at this point in the history
  • Loading branch information
apriltuesday committed Mar 6, 2024
1 parent 4c9cec1 commit 8f34497
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eva_sub_cli/validators/validator.py
Original file line number Diff line number Diff line change
Expand Up @@ -450,4 +450,5 @@ def create_reports(self):
file_path = os.path.join(self.output_dir, 'report.html')
with open(file_path, "w") as f:
f.write(report_html)
self.info(f'View the validation report: {file_path}')
return file_path

0 comments on commit 8f34497

Please sign in to comment.