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:
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: