Ticket #1513 (closed defect: fixed)
gdal.GetLastErrorMsg() function does not functioning
| Reported by: | dron | Owned by: | hobu |
|---|---|---|---|
| Priority: | high | Milestone: | 1.4.2 |
| Component: | PythonBindings | Version: | 1.4.0 |
| Severity: | major | Keywords: | |
| Cc: | warmerdam |
Description (last modified by hobu) (diff)
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
Note: See
TracTickets for help on using
tickets.
