git-svn-id: https://svn.osgeo.org/grass/grass/trunk@58223 15284696-431f-4ddb-bdfa-cd5b030d7da7
@@ -549,10 +549,9 @@ class GConsole(wx.EvtHandler):
if line[0] is '#' and line[1] is '%':
skipInterface = False
break
+ sfile.close()
except IOError:
pass
- finally:
- sfile.close()
if len(command) == 1 and not skipInterface:
try: