From 7341688200cccf3b4066e3beb6a45ea28305e8a5 Mon Sep 17 00:00:00 2001 From: Monica Turner Date: Mon, 23 Sep 2024 15:20:03 +0200 Subject: [PATCH] HDXDSYS-1043 small typo fix --- src/hapi/pipelines/database/idps.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/hapi/pipelines/database/idps.py b/src/hapi/pipelines/database/idps.py index 29ed8cf9..319ea38f 100644 --- a/src/hapi/pipelines/database/idps.py +++ b/src/hapi/pipelines/database/idps.py @@ -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