-
-
Notifications
You must be signed in to change notification settings - Fork 316
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
[Bug] Map is not added to the map window after running analysis #4166
Comments
The commit that changed lambdas that was problematic for #4124 has been reverted since. |
I can confirm this. Trying to run a tool from the GUI, in this case r.neighbors, yields the following in the console, and no map displayed.
System info
|
c88fc0f is the culprit. |
(I need not to stress the importance of testing the GUI after similar changes in the future). |
petrasovaa
added a commit
that referenced
this issue
Aug 14, 2024
Fixes #4166, something must have changed in the pydispatch library, it looks like before it ignored if the handler didn't have all the parameters. Co-authored-by: Edouard Choinière <27212526+echoix@users.noreply.github.com>
landam
pushed a commit
to landam/grass
that referenced
this issue
Aug 22, 2024
Fixes OSGeo#4166, something must have changed in the pydispatch library, it looks like before it ignored if the handler didn't have all the parameters. Co-authored-by: Edouard Choinière <27212526+echoix@users.noreply.github.com>
Mahesh1998
pushed a commit
to Mahesh1998/grass
that referenced
this issue
Sep 19, 2024
Fixes OSGeo#4166, something must have changed in the pydispatch library, it looks like before it ignored if the handler didn't have all the parameters. Co-authored-by: Edouard Choinière <27212526+echoix@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Map is not added to the map window after running some tool generating map output.
To reproduce
I have run the r.watershed analysis and the analysis run successfully.
However, after finishing the script flow I got this error in the Console:
Expected behavior
Should add a new map to a map window.
System description
I have not observed it thoroughly, but it seems similar to #4124.
Please @echoix , could you look at it?
The text was updated successfully, but these errors were encountered: