Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-fuchs committed Apr 2, 2024
1 parent 877d6b0 commit 0878a9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion varvamp/scripts/logging.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ def raise_arg_errors(args, log_file):
if args.mode == "qpcr":
if args.pn_ambig < 0:
raise_error(
"number of ambiguous characters in the qPCR probe cannot negative.",
"number of ambiguous characters in the qPCR probe cannot be negative.",
log_file,
exit=True
)
Expand Down

0 comments on commit 0878a9c

Please sign in to comment.