Skip to content

Commit

Permalink
add space between words to error message (#615)
Browse files Browse the repository at this point in the history
Co-authored-by: pandu-k <pand@s2search.io>
  • Loading branch information
pandu-k and pandu-k authored Oct 13, 2023
1 parent d17b125 commit 6b421c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/marqo/tensor_search/validation.py
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ def validate_multimodal_combination(field_content, is_non_tensor_field, field_ma
raise InvalidArgError(
f"Field content `{field_content}` \n "
f"of type `{type(field_content).__name__}` is the content for a multimodal_combination."
f"It must be a tensor field. Add this field to `tensor_fields` or"
f"It must be a tensor field. Add this field to `tensor_fields` or "
f"add it as a normal field to fix this problem."
)
return True
Expand Down

0 comments on commit 6b421c1

Please sign in to comment.