We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dad306 commit 41c91bbCopy full SHA for 41c91bb
preprocessing/nextclade/src/loculus_preprocessing/processing_functions.py
@@ -908,7 +908,7 @@ def extract_regex(
908
[output_field],
909
AnnotationSourceType.METADATA,
910
message=(
911
- f"The value '{regex_field}' does not contain a capture group: "
+ f"The pattern '{pattern}' does not contain a capture group: "
912
f"'{capture_group}'- this is an internal error,"
913
" please contact your local administrator."
914
),
0 commit comments