[GRASS-SVN] r48101 - grass/trunk/lib/init
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Sep 4 04:03:55 EDT 2011
Author: neteler
Date: 2011-09-04 01:03:54 -0700 (Sun, 04 Sep 2011)
New Revision: 48101
Modified:
grass/trunk/lib/init/grass.py
Log:
say where the tmpdir is
Modified: grass/trunk/lib/init/grass.py
===================================================================
--- grass/trunk/lib/init/grass.py 2011-09-03 22:50:51 UTC (rev 48100)
+++ grass/trunk/lib/init/grass.py 2011-09-04 08:03:54 UTC (rev 48101)
@@ -209,7 +209,7 @@
try:
os.mkdir(tmpdir, 0700)
except:
- fatal(_("Unable to create temporary directory! Exiting."))
+ fatal(_("Unable to create temporary directory <%s>! Exiting.") % tmpdir)
def create_gisrc():
global gisrc, gisrcrc
More information about the grass-commit
mailing list