[GRASS-dev] Compile errors in r.li

Markus Neteler neteler at osgeo.org
Mon Feb 3 22:39:53 PST 2014


On Tue, Feb 4, 2014 at 1:04 AM, Vaclav Petras <wenzeslaus at gmail.com> wrote:
> This was is even more tricky and I don't know what is happening.
>
> In directory man, script ./build_keywords.py fails:
>
> Traceback (most recent call last):
>   File "./build_keywords.py", line 38, in <module>
>     key = "%s%s" % (key[0].upper(), key[1:])
> IndexError: string index out of range

In man/build_keywords.py we need a try/except statement or so around
line 38 to let it tell us the name of the problematic module.

Markus


More information about the grass-dev mailing list