浏览代码

remove branch from windows-function (#1151)

Stefan Blumentrath 4 年之前
父节点
当前提交
63693fc092
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      scripts/g.extension/g.extension.py

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

@@ -1231,8 +1231,7 @@ def install_extension_win(name):
     os.chdir(TMPDIR)  # this is just to not leave something behind
     os.chdir(TMPDIR)  # this is just to not leave something behind
     srcdir = os.path.join(TMPDIR, name)
     srcdir = os.path.join(TMPDIR, name)
     download_source_code(source=source, url=url, name=name,
     download_source_code(source=source, url=url, name=name,
-                         outdev=outdev, directory=srcdir, tmpdir=TMPDIR,
-                         branch=branch)
+                         outdev=outdev, directory=srcdir, tmpdir=TMPDIR)
 
 
     # collect module names and file names
     # collect module names and file names
     module_list = list()
     module_list = list()