Skip to content

Commit 4dc0923

Browse files
committed
style: amended report message following review
1 parent 9674700 commit 4dc0923

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dve/reporting/excel_report.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def create_summary_sheet(
9191
def get_submission_status(self, aggregates: DataFrame) -> str:
9292
"""Returns the status of the submission based on the error data"""
9393
if self.submission_status.processing_failed:
94-
return "There was an issue processing the submission. This will be investigated."
94+
return "There was an issue processing the submission. Please contact support."
9595
if self.submission_status.validation_failed:
9696
return "File has been rejected"
9797
if aggregates.is_empty():

0 commit comments

Comments
 (0)