MetOffice/CDDS

Amend unassigned "inputerror" variable in extract

Open

#641 opened on Oct 13, 2025

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Python (7 forks)auto 404
buggood first issue

Repository metrics

Stars
 (8 stars)
PR merge metrics
 (PR metrics pending)

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

Contributor guide