We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a74323 commit bcc1a3eCopy full SHA for bcc1a3e
eodag/api/product/metadata_mapping.py
@@ -1297,7 +1297,7 @@ def format_query_params(
1297
config.products.get(product_type, {})
1298
.get("discover_metadata", {})
1299
.get("search_param", {})
1300
- .get("raise_mtd_discovery_error", False)
+ .get("raise_mtd_discovery_error")
1301
if isinstance(
1302
1303
@@ -1307,7 +1307,8 @@ def format_query_params(
1307
and config.products.get(product_type, {})
1308
1309
1310
1311
+ is not None
1312
else raise_mtd_discovery_error
1313
)
1314
0 commit comments