234 |
236 |
235 self.process.start('svn', args) |
237 self.process.start('svn', args) |
236 procStarted = self.process.waitForStarted() |
238 procStarted = self.process.waitForStarted() |
237 if not procStarted: |
239 if not procStarted: |
238 self.inputGroup.setEnabled(False) |
240 self.inputGroup.setEnabled(False) |
239 QMessageBox.critical(None, |
241 E5MessageBox.critical(self, |
240 self.trUtf8('Process Generation Error'), |
242 self.trUtf8('Process Generation Error'), |
241 self.trUtf8( |
243 self.trUtf8( |
242 'The process {0} could not be started. ' |
244 'The process {0} could not be started. ' |
243 'Ensure, that it is in the search path.' |
245 'Ensure, that it is in the search path.' |
244 ).format('svn')) |
246 ).format('svn')) |