Skip to content

Commit

Permalink
Update syntax issue
Browse files Browse the repository at this point in the history
  • Loading branch information
marcsiftstack committed Oct 8, 2024
1 parent 340554b commit 53c2a0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lib/sift_py/upload/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def validate_data_type(self):
if self.data_type not in VALID_DATA_TYPES:
raise PydanticCustomError(
"invalid_config_error",
f"Invalid data_type: {self.data_type}.\nValid options: {", ".join(VALID_DATA_TYPES)}",
f"Invalid data_type: {self.data_type}.\nValid options: {', '.join(VALID_DATA_TYPES)}",
)

return self
Expand Down

0 comments on commit 53c2a0c

Please sign in to comment.