We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1129ef commit e3ccb78Copy full SHA for e3ccb78
backend/utils/case_import_processing.py
@@ -164,7 +164,7 @@ def validate_ready_for_upload(mapping_df: pd.DataFrame) -> None:
164
except IndexError:
165
raise HTTPException(
166
status_code=400,
167
- detail="'Ready for upload' flag has no value cell",
+ detail="The file has not been validated. Please refer to the instructions in the data upload template.", # noqa
168
)
169
170
if ready_value != "yes":
0 commit comments