Hi, 2010/12/8 Glynn Clements <[email protected]>: > The bug is in GetGRASSCmds in globalvar.py. It checks whether the last > 4 characters of the filename are '.exe' or '.py'. As '.py' is only 3 > characters, it will never match. The code should be using > os.path.splitext().
fixed in r44691. Martin -- Martin Landa <landa.martin gmail.com> * http://geo.fsv.cvut.cz/~landa _______________________________________________ grass-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-user
