Train against merged national roof instances
GeoIntel release gates / Compile, test, contracts and builds (push) Canceled after 0s
GeoIntel release gates / Python and npm vulnerability policy (push) Canceled after 0s
GeoIntel release gates / GIS image, SBOM and container scan (push) Canceled after 0s

This commit is contained in:
Jens
2026-07-30 00:10:15 +02:00
parent 1f44824f18
commit 15ff6f6433
3 changed files with 87 additions and 0 deletions
@@ -33,6 +33,7 @@ def process_active(container: str, marker: str) -> bool:
def write_state(path: Path, state: dict) -> None:
state["updated_at"] = datetime.now(UTC).isoformat()
path.parent.mkdir(parents=True, exist_ok=True)
temporary = path.with_suffix(path.suffix + ".tmp")
temporary.write_text(json.dumps(state, indent=2), encoding="utf-8")
temporary.replace(path)