update
This commit is contained in:
@@ -48,7 +48,7 @@ def _pruefe_endzustand(topic: str):
|
||||
assert "TITEL:" not in guide and "DEFINITION:" not in guide
|
||||
assert "## Fehlerbehandlung" in guide
|
||||
# Lücken-Atom kam über Web-Nachrecherche
|
||||
assert db.one("SELECT id FROM quellen WHERE topic=? AND zweck LIKE 'luecke:%' "
|
||||
assert db.one("SELECT id FROM quellen WHERE topic=? AND zweck='luecke' "
|
||||
"AND status='geladen'", topic) is not None
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user