Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
leo-mazzone committed Nov 18, 2024
1 parent fbcfdfb commit ac6d92c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/matchbox/models/linkers/splinklinker.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ def check_ids_match(self) -> "SplinkSettings":

@model_validator(mode="after")
def add_enforced_settings(self) -> "SplinkSettings":
if self.linked_settings.link_type != "link_only":
if self.linker_settings.link_type != "link_only":
raise ValueError('link_type must be set to "link_only"')
self.linker_settings.link_type = "link_only"
self.linker_settings.unique_id_column_name = self.left_id
Expand Down

0 comments on commit ac6d92c

Please sign in to comment.