-
Notifications
You must be signed in to change notification settings - Fork 82
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: Multiple flightpath dockingwidget updates only local new flighpathes #2313
base: develop
Are you sure you want to change the base?
Conversation
@ReimarBauer @matrss Can you plz take a look, In case of tests I am not able to reproduce the key error? what am i doing wrong? |
@rohit2p I merged the other one, so we have now conflicts here. |
@ReimarBauer when i debug |
when I look on test_operation_while_switching_error this does compared to the description the actions differently. In the description the topview with the dockingwidget is opened and then the login is done. In the test you start with a login. |
@ReimarBauer see even with that the Key error is not happening during testing |
I think if i create a new operation or delete an old operations after login on top of the old operations and then switch between operations. In this case I'll be able to catch the error but when i try creating an operation after login. It doesn't reflect in the UI of MsColab operations section |
Purpose of PR?:
I am able to reproduce the error (e.g., KeyError: 10, AttributeError: 'NoneType' object has no attribute 'all_waypoint_data') by creating or deleting operations, followed by attempting to switch operations. Sometimes the error does occurs but sometimes if i do sometime differently it doesn't occurs. In this PR i am trying to figure out the bug and fix it.
Fixes #2269
Checklist: