Skip to content

Commit

Permalink
Stop at the first grib table file found. Refs: #300
Browse files Browse the repository at this point in the history
  • Loading branch information
spanezz committed May 8, 2023
1 parent d6965ed commit 4bbd017
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/arkimet/formatter/eccodes.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ def __init__(self, edition: int, table: str):
self._desc[idx] = mo.group("desc").strip()
except FileNotFoundError:
pass
else:
break

def set(self, code: int, abbr: str, desc: str):
"""
Expand Down

0 comments on commit 4bbd017

Please sign in to comment.