Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Karl-Svard committed Mar 15, 2024
1 parent 5d4b4fc commit 662770b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cg_lims/EPPs/udf/calculate/qpcr_dilution.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,11 +158,11 @@ def qpcr_dilution(

if failed_samples:
error_message = (
f"{failed_samples} sample(s) failed the QC! See the logs for further information."
f" {failed_samples} sample(s) failed the QC! See the logs for further information."
)
raise FailingQCError(error_message)

message = "Concentrations have been calculated and set for all samples!"
message = " Concentrations have been calculated and set for all samples!"
LOG.info(message)
click.echo(message)
except LimsError as e:
Expand Down

0 comments on commit 662770b

Please sign in to comment.