You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The resize_award_reference function is part of a intake transformation process for award references. During this transformation, the _format_reference function assumes all award reference strings are in the format PART1-PART2. However, if the input contains malformed award references (e.g., missing a dash), it triggers a "list index out of range" error when trying to access parts[1].
This issue impacts subsequent schema validation.
The text was updated successfully, but these errors were encountered:
Description
The
resize_award_reference
function is part of a intake transformation process for award references. During this transformation, the_format_reference
function assumes all award reference strings are in the formatPART1-PART2
. However, if the input contains malformed award references (e.g., missing a dash), it triggers a "list index out of range" error when trying to access parts[1].This issue impacts subsequent schema validation.
The text was updated successfully, but these errors were encountered: