[GRASS-SVN] r47279 - grass/branches/develbranch_6/lib/python

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Jul 27 11:25:33 EDT 2011


Author: mmetz
Date: 2011-07-27 08:25:33 -0700 (Wed, 27 Jul 2011)
New Revision: 47279

Modified:
   grass/branches/develbranch_6/lib/python/db.py
Log:
fix db_select

Modified: grass/branches/develbranch_6/lib/python/db.py
===================================================================
--- grass/branches/develbranch_6/lib/python/db.py	2011-07-27 15:24:34 UTC (rev 47278)
+++ grass/branches/develbranch_6/lib/python/db.py	2011-07-27 15:25:33 UTC (rev 47279)
@@ -92,7 +92,7 @@
     @param file  True if sql is filename
     @param args  see db.select arguments
     """
-    fname = tempfile(create = False)
+    fname = tempfile()
     if not file:
         ret = run_command('db.select', quiet = True,
                           flags = 'c',



More information about the grass-commit mailing list