703 process.terminate() |
703 process.terminate() |
704 process.waitForFinished(2000) |
704 process.waitForFinished(2000) |
705 process.kill() |
705 process.kill() |
706 process.waitForFinished(3000) |
706 process.waitForFinished(3000) |
707 return False, self.tr("conda did not finish within" |
707 return False, self.tr("conda did not finish within" |
708 " 30 seconds.") |
708 " 3 seconds.") |
709 |
709 |
710 return False, self.tr("conda could not be started.") |
710 return False, self.tr("conda could not be started.") |
711 |
711 |
712 def cleanConda(self, cleanAction): |
712 def cleanConda(self, cleanAction): |
713 """ |
713 """ |