F
This commit is contained in:
@@ -1353,7 +1353,8 @@ class PipelineExecutor:
|
||||
def _add(value) -> None:
|
||||
try:
|
||||
text = str(value or "").strip().lower()
|
||||
except Exception:
|
||||
except Exception as exc:
|
||||
logger.debug("Failed to normalize candidate value: %s", exc, exc_info=True)
|
||||
return
|
||||
if not text or text in seen:
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user