backup.py

changeset 46
ecb41072a1b7
parent 45
aa2a95dc6093
child 48
be3ed25df789
--- a/backup.py	Sun Jan 21 23:52:35 2018 +0000
+++ b/backup.py	Mon Jan 22 00:12:51 2018 +0000
@@ -344,14 +344,14 @@
         with self.lock:
             if self.borg_instance:
                 self.borg_instance.terminate()
-            thread_log=self.thread_log
-            thread_res=self.thread_res
+            #thread_log=self.thread_log
+            #thread_res=self.thread_res
 
-        if thread_log:
-            thread_log.terminate()
+        #if thread_log:
+        #    thread_log.terminate()
 
-        if thread_res:
-            thread_res.terminate()
+        #if thread_res:
+        #    thread_res.terminate()
 
 
     def join(self):

mercurial