[GRASS-SVN] r47278 - grass/branches/releasebranch_6_4/lib/python
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Jul 27 11:24:34 EDT 2011
Author: mmetz
Date: 2011-07-27 08:24:34 -0700 (Wed, 27 Jul 2011)
New Revision: 47278
Modified:
grass/branches/releasebranch_6_4/lib/python/db.py
Log:
fix db_select
Modified: grass/branches/releasebranch_6_4/lib/python/db.py
===================================================================
--- grass/branches/releasebranch_6_4/lib/python/db.py 2011-07-27 15:19:01 UTC (rev 47277)
+++ grass/branches/releasebranch_6_4/lib/python/db.py 2011-07-27 15:24:34 UTC (rev 47278)
@@ -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