Skip to content

Commit

Permalink
Uncapitalize report in log message in tpt_reports.py"
Browse files Browse the repository at this point in the history
Co-authored-by: dav3r <david.redmin@trio.dhs.gov>
  • Loading branch information
ameliav and dav3r committed Sep 18, 2023
1 parent 6ca3388 commit 3687141
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tpt_reports/tpt_reports.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ def main() -> None:
assessment_id, election_name, domain_tested, output_directory, json_file_path
):
LOGGER.info(
"TPT Report %s was generated successfully in %s.",
"TPT report %s was generated successfully in %s.",
assessment_id,
output_directory,
)
Expand Down

0 comments on commit 3687141

Please sign in to comment.