-
Notifications
You must be signed in to change notification settings - Fork 94
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
Fix gui insert nested family #2603
Fix gui insert nested family #2603
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks fine to me.
@matthewrmshin - can you explain how to reproduce the bug? I just tried inserting a nested family on current master, and it worked fine... |
I was shown the bug several times, but have not been able to reproduce it in a simple suite. I think I have patched the only place in the logic where the bug can be introduced. I'll ask the affected colleague to test it out at earliest opportunity. |
* cylc#2606 Fix poll when job.status has no batch sys info * cylc#2604 Lowercase for shell bool vars * cylc#2603 Fix gui insert nested family * cylc#2602 gcylc: prevent negative job progress * cylc#2596 Fix ref by value of parameters with plus/minus * cylc#2592 Permit syntax errors with trigger edits * cylc#2588 Fix trigger --edit with host select * cylc#2586 Fix gcylc zero division error from task mean elapsed time * cylc#2585 Fix recovery of a failed host select command * cylc#2579 Fix gscan exception hook dialog closure incapacity * cylc#2574 Fix gscan host port range owner behaviour * cylc#2571 gcylc: fix tailer of remote job log
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(I was waiting to hear how to reproduce the bug... but that's not critical). Change looks fine.
This is supposed to fix the argument (which may end up with lots of
base:
prefix) for inserting a family via the graph view.