From 10f1be59683514df3cd570e48f13ffab832c3fb5 Mon Sep 17 00:00:00 2001 From: "Dr. Jan-Philip Gehrcke" Date: Wed, 27 Oct 2021 12:31:25 +0200 Subject: [PATCH] generate-latest-aggregate: skip ags 16056 Context: #1748 #1840 --- tools/generate-latest-aggregate.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tools/generate-latest-aggregate.py b/tools/generate-latest-aggregate.py index 101529f40f5c..85eca0d3a363 100644 --- a/tools/generate-latest-aggregate.py +++ b/tools/generate-latest-aggregate.py @@ -152,6 +152,10 @@ def main(): rows_for_df = [] for ags, props in ags_properties.items(): + if ags == '16056': + log.info("ags: 16056 now reported as 16063, see issue 1748") + continue + if props["name"] == "LK Göttingen (alt)": # That AGS is in ags.json for legacy reasons, skip processing. continue