From bdb99dc60767257f474170fd2b34602563e8ebf5 Mon Sep 17 00:00:00 2001 From: Norman Fomferra Date: Fri, 18 Jan 2019 12:45:51 +0100 Subject: [PATCH] Update cate/core/opimpl.py Co-Authored-By: dzelge <42441761+dzelge@users.noreply.github.com> --- cate/core/opimpl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cate/core/opimpl.py b/cate/core/opimpl.py index b87862910..e55797f26 100644 --- a/cate/core/opimpl.py +++ b/cate/core/opimpl.py @@ -817,7 +817,7 @@ def subset_spatial_impl(ds: xr.Dataset, if hasattr(ds, 'lon') and len(ds.lon.shape) != 1 \ or hasattr(ds, 'lat') and len(ds.lat.shape) != 1: - raise ValidationError('Geocoding not recognised. Lat and/or lon variables have more than one dimension.') + raise ValidationError('Geocoding not recognised. Variables "lat" and/or "lon" have more than one dimension.') monitor.start('Subset', 10) # Validate input