diff --git a/cg_lims/EPPs/files/parsers/quantit_excel_to_udf.py b/cg_lims/EPPs/files/parsers/quantit_excel_to_udf.py index a344a275..ee4c1a71 100644 --- a/cg_lims/EPPs/files/parsers/quantit_excel_to_udf.py +++ b/cg_lims/EPPs/files/parsers/quantit_excel_to_udf.py @@ -36,7 +36,7 @@ def set_udfs(udf: str, well_dict: dict, result_file: Path): artifact.put() if failed_artifacts or skipped_artifacts: - error_message = "Warning:" + error_message: str = "Warning:" if failed_artifacts: error_message += f" Skipped {failed_artifacts} artifact(s) with wrong and/or blank values for some UDFs." if skipped_artifacts: