You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
winGRASS Version: 7.9.dev - g.extension: NameError: name 'branch' is not defined
g.extension extension=r.sample.category
Downloading precompiled GRASS Addons <r.sample.category>...
Traceback (most recent call last):
File
"C:\OSGEO4~1\apps\grass\grass79/scripts/g.extension.py",
line 2343, in <module>
sys.exit(main())
File
"C:\OSGEO4~1\apps\grass\grass79/scripts/g.extension.py",
line 2323, in main
install_extension(source=source, url=url, xmlurl=xmlurl,
branch=branch)
File
"C:\OSGEO4~1\apps\grass\grass79/scripts/g.extension.py",
line 871, in install_extension
ret1, new_modules_ext, new_files_ext =
install_extension_win(extension)
File
"C:\OSGEO4~1\apps\grass\grass79/scripts/g.extension.py",
line 1236, in install_extension_win
branch=branch)
NameError: name 'branch' is not defined
maybe related to the recent changes in g.extension in master?
Sorry for the glitch. Does not seem to be covered by tests.... In the PR I documented how I tested the Windows specific function on my linux box in Python.
Describe the bug
winGRASS Version: 7.9.dev - g.extension: NameError: name 'branch' is not defined
maybe related to the recent changes in g.extension in master?
To Reproduce
Steps to reproduce the behavior:
System description (please complete the following information):
The text was updated successfully, but these errors were encountered: