Skip to content

Commit

Permalink
type hint
Browse files Browse the repository at this point in the history
  • Loading branch information
Karl-Svard committed Jan 13, 2025
1 parent 936a891 commit e142fc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cg_lims/EPPs/files/parsers/quantit_excel_to_udf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e142fc6

Please sign in to comment.