We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9674700 commit 4dc0923Copy full SHA for 4dc0923
src/dve/reporting/excel_report.py
@@ -91,7 +91,7 @@ def create_summary_sheet(
91
def get_submission_status(self, aggregates: DataFrame) -> str:
92
"""Returns the status of the submission based on the error data"""
93
if self.submission_status.processing_failed:
94
- return "There was an issue processing the submission. This will be investigated."
+ return "There was an issue processing the submission. Please contact support."
95
if self.submission_status.validation_failed:
96
return "File has been rejected"
97
if aggregates.is_empty():
0 commit comments