diff --git a/python/arkimet/formatter/eccodes.py b/python/arkimet/formatter/eccodes.py index 4c92d092b..fa09a6056 100644 --- a/python/arkimet/formatter/eccodes.py +++ b/python/arkimet/formatter/eccodes.py @@ -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): """