Opened 11 years ago

Closed 11 years ago

#4962 closed defect (fixed)

gdal2tiles broken

Reported by: jcrepetto Owned by: warmerdam
Priority: normal Milestone: 1.10.0
Component: default Version: svn-trunk
Severity: blocker Keywords:
Cc: bishop

Description

gdal2tiles.py seems to be broken in gdal-1.10 BETA 1;

$ gdal2tiles.py

File "/usr/bin/gdal2tiles.py", line 680

g.add_option("-g", "--googlekey", dest='googlekey',

IndentationError: unindent does not match any outer indentation level

Some lines are indented by tabulations, other ones by spaces. I think this is the cause of the problem.

Change History (2)

comment:1 by Even Rouault, 11 years ago

Cc: bishop added
Severity: normalblocker

Dmitry, it seems that it is related to the changes done in r25035. The indentation of gdal2tiles seems to be broken, which is annoying for Python ;-)

comment:2 by bishop, 11 years ago

Resolution: fixed
Status: newclosed

Fixed in r25611

Note: See TracTickets for help on using tickets.