Skip to content

Commit

Permalink
generate-latest-aggregate: skip ags 16056
Browse files Browse the repository at this point in the history
Context:
#1748
#1840
  • Loading branch information
jgehrcke committed Oct 27, 2021
1 parent 3c191af commit 10f1be5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tools/generate-latest-aggregate.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 10f1be5

Please sign in to comment.