Changes between Initial Version and Version 1 of Ticket #7094


Ignore:
Timestamp:
Oct 16, 2017, 4:38:32 PM (7 years ago)
Author:
cdestigter
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7094 – Description

    initial v1  
    44
    55
    6 ```
     6{{{
    77
    88>>> gdal.UseExceptions()
     
    2020True
    2121
    22 ```
     22}}}
    2323
    2424Note that not only did the open fail, but no exception was thrown, despite setting the right flags.
     
    2626However, ogrinfo seems happy to read the file correctly:
    2727
    28 ```
     28{{{
     29
    2930$ ogrinfo -so -ro -al broken.tab
    3031GNM: GNMRegisterAllInternal
     
    5556GDAL: GDALClose(broken.tab, this=0xec6bb0)
    5657GDAL: In GDALDestroy - unloading GDAL shared library.
    57 ```
     58}}}
    5859
    5960