git-svn-id: https://svn.osgeo.org/grass/grass/trunk@47270 15284696-431f-4ddb-bdfa-cd5b030d7da7
@@ -108,8 +108,8 @@ def db_select(table, sql, file = False, **args):
if ret != 0:
fatal(_("Fetching data from table <%s> failed") % table)
- ofile = open(fname)
+ ofile = open(fname)
result = ofile.readlines()
ofile.close()
try_remove(fname)