hi Martin, On Fri, Feb 28, 2014 at 12:33 PM, Martin Landa <[email protected]> wrote: > Hi Markus, > > 2014-02-28 9:17 GMT+01:00 Markus Neteler <[email protected]>: >> It turned out that the WIND file contained only >> NULNULNUL... >> >> for line in windfile.readlines(): >> import pdb; pdb.set_trace() >> line = line.strip() >> key, value = line.split(":", 1) >> self.wind[key.strip()] = value.strip() >> >> Launching <wxpython> GUI in the background, please wait... > > really strange, in any case in r59148 wxGUI tries to recover from > default region. > > GRASS 7.0.svn (test):~/src/grass_trunk/gui/wxpython > > ERROR: Unable to read WIND file: need more than 1 value to unpack > Trying to recover from default region...
perfect - like this it is now self-healing. Thanks for the fix Markus _______________________________________________ grass-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-dev
