-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Issue:
When running the gridtk resubmit command, if no jobs are resubmitted, there is currently no output or feedback provided. This can be confusing for users, as it may be unclear whether the command executed successfully or why no jobs were resubmitted.
Proposed Solution:
If no jobs are resubmitted, gridtk resubmit should explicitly notify the user that no jobs were resubmitted. Additionally, the message should explain that this could be due to the default state filtering and suggest how to resubmit all jobs if that is the user's intention.
For example, in such cases, the output could display a message like:
No jobs were resubmitted. Note that the default state filtering may have excluded some jobs. If you want to resubmit all jobs, please use the option: gridtk resubmit --state all
This feedback will improve the user experience by providing clearer instructions and a better understanding of the command's behavior.
Metadata
Metadata
Assignees
Labels
No labels