diff --git a/checksit/check.py b/checksit/check.py index c8b4ca2..faf65eb 100644 --- a/checksit/check.py +++ b/checksit/check.py @@ -472,7 +472,7 @@ def _get_ncas_specs( for name in RADAR_CONVENTION_PREFIXES ): version_number = ( - conventions[conventions.index("NCAS-") :] + conventions[conventions.upper().index("NCAS-") :] .split("-")[2] .split(" ")[0] .replace('"', "")