Skip to content

Commit

Permalink
remove branch from windows-function (#1151)
Browse files Browse the repository at this point in the history
  • Loading branch information
ninsbl authored and neteler committed Dec 6, 2020
1 parent ddbab14 commit d4cc639
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/g.extension/g.extension.py
Original file line number Diff line number Diff line change
Expand Up @@ -1232,8 +1232,7 @@ def install_extension_win(name):
os.chdir(TMPDIR) # this is just to not leave something behind
srcdir = os.path.join(TMPDIR, 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
module_list = list()
Expand Down

0 comments on commit d4cc639

Please sign in to comment.