MetOffice/CDDS

Amend unassigned "inputerror" variable in extract

Open

#641 aberto em 13 de out. de 2025

Ver no GitHub
 (0 comments) (0 reactions) (0 assignees)Python (7 forks)auto 404
buggood first issue

Métricas do repositório

Stars
 (8 stars)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

VScode flagged "undefined variable InputError" in extract https://github.com/MetOffice/CDDS/blob/main/cdds/cdds/extract/common.py#L707

This likely needs changing to use RuntimeError instead

Guia do colaborador