On Tue, Feb 4, 2014 at 1:04 AM, Vaclav Petras <[email protected]> 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 _______________________________________________ grass-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-dev
