ontology
This commit is contained in:
@@ -185,7 +185,7 @@ class KnowledgeRepository:
|
||||
else:
|
||||
claim_status = "active"
|
||||
|
||||
if claim_status not in {"active", "validated_claim"}:
|
||||
if claim_status not in {"active", "validated_claim", "candidate_claim", "rule_candidate"}:
|
||||
self._log_extraction(project_id, page, bundle)
|
||||
return []
|
||||
|
||||
|
||||
Reference in New Issue
Block a user