[GRASS-SVN] r47270 - grass/trunk/lib/python

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Jul 27 10:59:17 EDT 2011


Author: mmetz
Date: 2011-07-27 07:59:17 -0700 (Wed, 27 Jul 2011)
New Revision: 47270

Modified:
   grass/trunk/lib/python/db.py
Log:
format code

Modified: grass/trunk/lib/python/db.py
===================================================================
--- grass/trunk/lib/python/db.py	2011-07-27 14:53:14 UTC (rev 47269)
+++ grass/trunk/lib/python/db.py	2011-07-27 14:59:17 UTC (rev 47270)
@@ -108,8 +108,8 @@
     
     if ret != 0:
         fatal(_("Fetching data from table <%s> failed") % table)
+
     ofile = open(fname)
-
     result = ofile.readlines()
     ofile.close()
     try_remove(fname)



More information about the grass-commit mailing list