fix(kernel): fail closed unknown SearchGate residual kinds
This commit is contained in:
parent
9b0f9d0fc4
commit
ec5a62312b
1 changed files with 1 additions and 1 deletions
|
|
@ -110,7 +110,7 @@ def _enum_value(value: object) -> object:
|
|||
|
||||
def _map_residual(kind: object) -> tuple[SearchGateStatus, str]:
|
||||
return _KIND_MAP.get(
|
||||
kind, (SearchGateStatus.INELIGIBLE, "blocked_unclassified_gap")
|
||||
kind, (SearchGateStatus.BLOCKED, "blocked_unclassified_gap")
|
||||
)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue