Skip to content

Commit

Permalink
HDXDSYS-1043 small typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
turnerm committed Sep 23, 2024
1 parent 24d6847 commit 7341688
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/hapi/pipelines/database/idps.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,8 @@ def populate(self) -> None:
)
if duplicate_row_check in duplicate_rows:
text = (
f"Duplicate row for admin code {admin2_code}, assessment type {assessment_type}, "
f"reporting round {reporting_round}, operation {operation}, reporting round "
f"{reporting_round}"
f"Duplicate row for admin code {admin_code}, assessment type {assessment_type}, "
f"reporting round {reporting_round}, operation {operation}"
)
add_message(errors, dataset_name, text)
continue
Expand Down

0 comments on commit 7341688

Please sign in to comment.