Skip to content

Commit

Permalink
Update src/recordlinker/schemas/identifier.py
Browse files Browse the repository at this point in the history
Co-authored-by: Eric Buckley <[email protected]>
  • Loading branch information
cbrinson-rise8 and ericbuckley authored Jan 3, 2025
1 parent d521cc5 commit 6b5141f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/recordlinker/schemas/identifier.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ def parse_value(cls, value: str, info: ValidatorInfo):
"""
Parse the value string
"""
# NOTE: Define "type" before "value" in the field definitions to guarentee that it will be available here.
identifier_type = info.data["type"]
if identifier_type == IdentifierType.SS:
val = str(value).strip()
Expand Down

0 comments on commit 6b5141f

Please sign in to comment.