Skip to content

Commit

Permalink
what is this weird code..
Browse files Browse the repository at this point in the history
  • Loading branch information
robamu committed Nov 20, 2023
1 parent c3e5007 commit 5e18273
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tmtccmd/gui/worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,12 +111,6 @@ def __one_queue_mode_cycle(self) -> Optional[bool]:
if state.request == BackendRequest.TERMINATION_NO_ERROR:
self._shared.tc_lock.release()
self._shared.com_if_ref_tracker.remove_user()
with self._shared.state_lock:
if (
not self._shared.com_if_ref_tracker.is_used()
and self._locals.op_args is not None
):
self._locals.op_args()
self._finish_success()
return False
elif state.request == BackendRequest.DELAY_IDLE:
Expand Down

0 comments on commit 5e18273

Please sign in to comment.