Skip to content

Commit

Permalink
Fixes #2120 (ammended)
Browse files Browse the repository at this point in the history
  • Loading branch information
mycir committed Nov 22, 2024
1 parent fb6d726 commit 962b38d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/vorta/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,14 @@ def __init__(self, decorator_instance, wrapped_instance, *args, **kwargs):

def run(self):
self.decorator_instance(self.wrapped_instance, *self.args, **self.kwargs)
<<<<<<< HEAD
<<<<<<< HEAD
self.terminate()
self.wait()
=======
>>>>>>> 9eca72e (Fixes #2120 (ammended))
=======
>>>>>>> 4ea5b32 (Fixes #2120 (ammended))


class FilePathInfoAsync(QThread):
Expand Down

0 comments on commit 962b38d

Please sign in to comment.