Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix g.extension -i (compile), -d (download) flag #496

Merged
merged 1 commit into from
Apr 9, 2020

Conversation

tmszi
Copy link
Member

@tmszi tmszi commented Apr 8, 2020

To reproduce:

  1. Run command g.extension -d i.rotate or g.extension -i i.rotate

Error message:

Traceback (most recent call last):
  File "/usr/local/grass79/scripts/g.extension", line 3218, in <module>
    sys.exit(main())
  File "/usr/local/grass79/scripts/g.extension", line 3198, in main
    install_extension(source=source, url=url, xmlurl=xmlurl)
  File "/usr/local/grass79/scripts/g.extension", line 683, in install_extension
    source=source, url=url)
TypeError: 'int' object is not iterable

@landam landam added backport_needed bug Something isn't working labels Apr 8, 2020
@landam landam added this to the 7.8.3 milestone Apr 8, 2020
@landam landam self-requested a review April 9, 2020 14:55
@landam landam merged commit b937d7d into OSGeo:master Apr 9, 2020
@tmszi tmszi deleted the fix_g_extension_d_i_flag branch July 28, 2020 07:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants