gcylc: Fix bug in pop-up for tasks (soon to be) removed #2626
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I have observed a minor bug in the GUI. When attempting to view the
prereq's & outputs
file from theView
menu for task that is completed (naturally I discovered this when trying to access this file for a task that was on the verge of completing & must have completed before I hit the button), one gets either of the following tracebacks onmaster
:or:
To recreate, right-click a task whilst running & keep the menu open until the task has completed & disappeared from the GUI (or is just about to), then click
prereq's & outputs
.Suggested change seems to be sufficient, but for safety we might want to catch all exceptions from the
try
statement or initialiseresults
&bad_items
to empty strings?