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 99852ea commit 491143eCopy full SHA for 491143e
openeo/rest/datacube.py
@@ -1099,7 +1099,7 @@ def _get_geometry_argument(
1099
elif isinstance(argument, dict):
1100
geometry = argument
1101
else:
1102
- raise OpenEoClientException("Invalid geometry argument: {g!r}".format(g=argument))
+ raise OpenEoClientException(f"Invalid geometry argument: {argument!r}")
1103
1104
if geometry.get("type") not in valid_geojson_types:
1105
raise OpenEoClientException("Invalid geometry type {t!r}, must be one of {s}".format(
0 commit comments