Skip to content

Commit

Permalink
fix: [delete retro hunt] force pause state before delete
Browse files Browse the repository at this point in the history
  • Loading branch information
Terrtia committed Jan 17, 2025
1 parent 9432961 commit dc9a8df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/lib/Tracker.py
Original file line number Diff line number Diff line change
Expand Up @@ -1729,6 +1729,7 @@ def delete_objs(self):

def delete(self):
if self.is_running() and self.get_state() not in ['completed', 'paused']:
self.pause()
return None

self.delete_objs()
Expand Down

0 comments on commit dc9a8df

Please sign in to comment.