浏览代码

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 年之前
父节点
当前提交
e70b63cd1a
共有 1 个文件被更改,包括 0 次插入1 次删除
  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'])