Skip to content

Commit 451976e

Browse files
committed
validate_s102.py: fix error message
1 parent b8a7ecf commit 451976e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

swig/python/gdal-utils/osgeo_utils/samples/validate_s102.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1939,7 +1939,7 @@ def _validate_QualityOfBathymetryCoverage_01_Group_001_values(
19391939
values_type = values.id.get_type()
19401940
if not self._is_uint32(values_type):
19411941
self._critical_error(
1942-
f"/BathymetryCoverage/BathymetryCoverage.01/Group_001/values type is not uint32 but {values_type}"
1942+
f"/QualityOfBathymetryCoverage/QualityOfBathymetryCoverage.01/Group_001/values type is not uint32 but {values_type}"
19431943
)
19441944
if (
19451945
isinstance(values_type, h5py.h5t.TypeCompoundID)

0 commit comments

Comments
 (0)