You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
delete both sources right away within one sync period
Expected
Next sync both source widgets in the source list are gone
Actual
Next sync the first source widget disappears. Next sync after that the second source widget disappears.
You also see the "Nothing to see just yet" and "Deleting..." message at the same time.
Why is this happening?
In the source list update method we delete items in the QListWidget that we are iterating through which changes the number of iterations we make in the deletion loop:
STR
make dev
Expected
Next sync both source widgets in the source list are gone
Actual
Next sync the first source widget disappears. Next sync after that the second source widget disappears.
You also see the "Nothing to see just yet" and "Deleting..." message at the same time.
Why is this happening?
In the source list update method we delete items in the QListWidget that we are iterating through which changes the number of iterations we make in the deletion loop:
securedrop-client/securedrop_client/gui/widgets.py
Lines 795 to 810 in aa89e70
The text was updated successfully, but these errors were encountered: