Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
wait for idle manager stop
Browse files Browse the repository at this point in the history
  • Loading branch information
iLLiCiTiT committed Oct 13, 2021
1 parent c9b760f commit 339df3a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ def tray_start(self, *_a, **_kw):
def tray_exit(self):
if self._idle_manager:
self._idle_manager.stop()
self._idle_manager.wait()

def start_timer(self, project_name, asset_name, task_name, hierarchy):
"""
Expand Down

0 comments on commit 339df3a

Please sign in to comment.