Skip to content

Commit 962b38d

Browse files
committed
Fixes #2120 (ammended)
1 parent fb6d726 commit 962b38d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/vorta/utils.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,14 @@ def __init__(self, decorator_instance, wrapped_instance, *args, **kwargs):
7676

7777
def run(self):
7878
self.decorator_instance(self.wrapped_instance, *self.args, **self.kwargs)
79+
<<<<<<< HEAD
7980
<<<<<<< HEAD
8081
self.terminate()
8182
self.wait()
8283
=======
8384
>>>>>>> 9eca72e (Fixes #2120 (ammended))
85+
=======
86+
>>>>>>> 4ea5b32 (Fixes #2120 (ammended))
8487

8588

8689
class FilePathInfoAsync(QThread):

0 commit comments

Comments
 (0)