Skip to content

Commit d189ec4

Browse files
committed
wupps
1 parent 3eee39e commit d189ec4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

preprocessing/nextclade/src/loculus_preprocessing/processing_functions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -908,7 +908,7 @@ def extract_regex(
908908
[output_field],
909909
AnnotationSourceType.METADATA,
910910
message=(
911-
f"The value '{regex_field}' does not contain a capture group: "
911+
f"The pattern '{pattern}' does not contain a capture group: "
912912
f"'{capture_group}'- this is an internal error,"
913913
" please contact your local administrator."
914914
),

0 commit comments

Comments
 (0)