update
This commit is contained in:
@@ -508,7 +508,9 @@ async def _verify_block(ctx: GenContext, files: dict, title: str, gen: dict, q:
|
||||
if vorhanden is not None: # Korrektur: Facts ersetzen, Einstufung bleibt
|
||||
vorhanden["facts"] = _fk_of(e)
|
||||
bfacts[sn] = vorhanden["facts"]
|
||||
else: # Lücken-Fund: neuer consensus-Sub
|
||||
elif not keep_all: # Lücken-Fund: neuer consensus-Sub
|
||||
# (Bottom-up unterdrückt das: die Subs stehen fest, der Fix-Call darf keine
|
||||
# neuen einschleusen — sonst wächst die Sub-Zahl über die Board-1-Atome hinaus)
|
||||
bfacts[sn] = _fk_of(e)
|
||||
keep.append(e["title"])
|
||||
sidecar_subs.append({"title": e["title"],
|
||||
|
||||
Reference in New Issue
Block a user