Skip to content

Commit 825f342

Browse files
committed
processing/{file_key}
1 parent 6c63f6e commit 825f342

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
@@ -54,7 +54,7 @@ def process_csv_to_fhir(incoming_message_body: dict) -> int:
5454
encoder = new_encoder
5555

5656
# load alternative encoder
57-
csv_reader = get_csv_content_dict_reader(file_key, encoder=encoder)
57+
csv_reader = get_csv_content_dict_reader(f"processing/{file_key}", encoder=encoder)
5858
# re-read the file and skip processed rows
5959
row_count, err = process_rows(file_id, vaccine, supplier, file_key, allowed_operations,
6060
created_at_formatted_string, csv_reader, target_disease, row_count)

0 commit comments

Comments
 (0)