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
When using the Simple Python Editor to create a custom GRASS module with a GUI interface, there's an issue when running the module without changing any of the default values in the GUI. Instead of executing the command, the GUI simply reopens, and the command is not run. If any parameter is changed, the module runs correctly.
To reproduce
Create a module using Simple Python Editor.
Leave all parameters in their default state.
Run the module via GUI.
the GUI reopens instead of executing the command.
Expected behavior
The module should execute with the default parameters, without requiring the user to change any values.
The text was updated successfully, but these errors were encountered:
Yes, for clarification, it happens only if none of the parameters are required and left unchanged at the same time. If some of the parameters are required, it works normally.
The issue is much worse. The same happens if you run the script provided by @klimesm from gconsole. And with the --ui option on, it happens also for required parameters.
I should have a fix though. I'll just test it a bit more and open a PR.
Describe the bug
When using the Simple Python Editor to create a custom GRASS module with a GUI interface, there's an issue when running the module without changing any of the default values in the GUI. Instead of executing the command, the GUI simply reopens, and the command is not run. If any parameter is changed, the module runs correctly.
To reproduce
Expected behavior
The module should execute with the default parameters, without requiring the user to change any values.
The text was updated successfully, but these errors were encountered: