Browse Source

g.extension: no need to delete tmp files (see https://trac.osgeo.org/grass/changeset/49440)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@49441 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 13 years ago
parent
commit
e70b63cd1a
1 changed files with 0 additions and 1 deletions
  1. 0 1
      scripts/g.extension/g.extension.py

+ 0 - 1
scripts/g.extension/g.extension.py

@@ -363,7 +363,6 @@ def install_extension_win():
                 outfile.close()
         
         fo.close()
-        grass.try_remove(fo)
     except HTTPError:
         grass.fatal(_("GRASS Addons <%s> not found") % options['extension'])