Skip to content

Commit 8811cf1

Browse files
committed
tidy
1 parent f5c1a6f commit 8811cf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recordprocessor/src/batch_processor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def process_csv_to_fhir(incoming_message_body: dict) -> int:
6565
row_count, err = process_rows(file_id, vaccine, supplier, file_key, allowed_operations,
6666
created_at_formatted_string, csv_reader, target_disease, row_count)
6767
else:
68-
logger.error(f"Non-decode error: {err}. Cannot retry. Call someone.")
68+
logger.error(f"Row Processing error: {err}")
6969
raise err
7070

7171
return row_count

0 commit comments

Comments
 (0)