Переглянути джерело

Do not terminate the thread

self.back_restore.canceled will do the abort
donoban 5 роки тому
батько
коміт
c42203098f
1 змінених файлів з 0 додано та 2 видалено
  1. 0 2
      qubesmanager/restore.py

+ 0 - 2
qubesmanager/restore.py

@@ -275,8 +275,6 @@ class RestoreVMsWindow(ui_restoredlg.Ui_Restore, QtGui.QWizard):
             self.append_output('<font color="red">{0}</font>'.format(
                 self.tr("Aborting the operation...")))
             self.button(self.CancelButton).setDisabled(True)
-
-            self.thread.terminate()
         else:
             self.done(0)