Opened 17 years ago

Last modified 17 years ago

#1513 closed defect

gdal.GetLastErrorMsg() function does not functioning — at Initial Version

Reported by: dron Owned by: hobu
Priority: high Milestone: 1.4.2
Component: PythonBindings Version: 1.4.0
Severity: major Keywords:
Cc: warmerdam

Description

How to reproduce:

>>> import gdal
>>> f = gdal.Open("/path/to/nothing")
ERROR 4: `/path/to/nothing' does not exist in the file system,
and is not recognised as a supported dataset name.

>>> gdal.GetLastErrorMsg()
''

Change History (0)

Note: See TracTickets for help on using tickets.