Ticket #3566 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

osgeo gdal.py indentation error

Reported by: shawngong Owned by: warmerdam
Priority: normal Milestone: 1.7.3
Component: PythonBindings Version: 1.7.1
Severity: normal Keywords:
Cc:

Description

When Python binding is generated by swig, there is indentation error in osgeo/gdal.py's "def serialize()" As result, OpenEV Import fails. To fix it, simply remove the extra indentation between line 396 and 410

Change History

Changed 3 years ago by rouault

  • status changed from new to closed
  • resolution set to fixed
  • component changed from default to PythonBindings
  • milestone set to 1.7.3

Fixed in trunk r19823 and in branches/1.7 in r19824

This method dates back from the time of old-gen python bindings (r3896). I'm wondering how usefull it is nowadays, but anyway...

Note: See TracTickets for help on using tickets.