diff -r aa2a95dc6093 -r ecb41072a1b7 backup.py --- 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):