We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0aa93d4 commit 105e043Copy full SHA for 105e043
recordprocessor/src/batch_processor.py
@@ -22,7 +22,6 @@ def process_csv_to_fhir(incoming_message_body: dict) -> int:
22
"""
23
encoder = "utf-8" # default encoding
24
try:
25
- # and encoder to the incoming message body
26
incoming_message_body["encoder"] = encoder
27
interim_message_body = file_level_validation(incoming_message_body=incoming_message_body)
28
except (InvalidHeaders, NoOperationPermissions, Exception) as e: # pylint: disable=broad-exception-caught
0 commit comments