This commit is contained in:
Kovid Goyal 2020-05-10 21:28:55 +05:30
parent 99950fe448
commit 0ce181b578
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -1368,8 +1368,6 @@ def done(data: Dict[str, Any], target_window_id: int, self: Boss) -> None:
done_tab_id = tab_id_map[int(data['groupdicts'][0]['index'])]
def done2(target_window_id: int, self: Boss) -> None:
if not hasattr(done, 'tab_id'):
return
tab_id = done_tab_id
target_window = None
for w in self.all_windows: