670 |
670 |
671 self.process.start('hg', args) |
671 self.process.start('hg', args) |
672 procStarted = self.process.waitForStarted() |
672 procStarted = self.process.waitForStarted() |
673 if not procStarted: |
673 if not procStarted: |
674 self.inputGroup.setEnabled(False) |
674 self.inputGroup.setEnabled(False) |
|
675 self.inputGroup.hide() |
675 E5MessageBox.critical(self, |
676 E5MessageBox.critical(self, |
676 self.trUtf8('Process Generation Error'), |
677 self.trUtf8('Process Generation Error'), |
677 self.trUtf8( |
678 self.trUtf8( |
678 'The process {0} could not be started. ' |
679 'The process {0} could not be started. ' |
679 'Ensure, that it is in the search path.' |
680 'Ensure, that it is in the search path.' |