diff --git a/sedr/ogcapi10.py b/sedr/ogcapi10.py index 0a6c19c..dc9b74a 100644 --- a/sedr/ogcapi10.py +++ b/sedr/ogcapi10.py @@ -2,6 +2,7 @@ from collections.abc import Callable import requests +import util ogc_api_common_version = "1.0" ogc_api_common_url = "https://docs.ogc.org/is/19-072/19-072.html" diff --git a/sedr/rodeoprofile10.py b/sedr/rodeoprofile10.py index 3c563a9..a3ee2d3 100644 --- a/sedr/rodeoprofile10.py +++ b/sedr/rodeoprofile10.py @@ -217,7 +217,7 @@ def requirement7_5(jsondata: dict) -> tuple[bool, str]: not util.args.strict, f"Collection <{jsondata['id']}> has more than one license link.", ) - elif license_count < 1: + if license_count < 1: return ( False, f"Collection <{jsondata['id']}> is missing a license link with "