178 |
178 |
179 self.process.start('hg', args) |
179 self.process.start('hg', args) |
180 procStarted = self.process.waitForStarted() |
180 procStarted = self.process.waitForStarted() |
181 if not procStarted: |
181 if not procStarted: |
182 self.inputGroup.setEnabled(False) |
182 self.inputGroup.setEnabled(False) |
|
183 self.inputGroup.hide() |
183 E5MessageBox.critical(self, |
184 E5MessageBox.critical(self, |
184 self.trUtf8('Process Generation Error'), |
185 self.trUtf8('Process Generation Error'), |
185 self.trUtf8( |
186 self.trUtf8( |
186 'The process {0} could not be started. ' |
187 'The process {0} could not be started. ' |
187 'Ensure, that it is in the search path.' |
188 'Ensure, that it is in the search path.' |