Skip to content

[Bug] GUI generated by Simple Python Editor reopens instead of executing the command if default settings are used #5524

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

Open
klimesm opened this issue Apr 10, 2025 · 1 comment
Labels
bug Something isn't working

Comments

@klimesm
Copy link

klimesm commented Apr 10, 2025

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

  1. Create a module using Simple Python Editor.
  2. Leave all parameters in their default state.
  3. Run the module via GUI.
  4. 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.

@klimesm klimesm added the bug Something isn't working label Apr 10, 2025
@petrasovaa
Copy link
Contributor

Could you provide an example when this happens?

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

No branches or pull requests

2 participants