247 self.process.start('svn', args) |
247 self.process.start('svn', args) |
248 procStarted = self.process.waitForStarted(5000) |
248 procStarted = self.process.waitForStarted(5000) |
249 if not procStarted: |
249 if not procStarted: |
250 self.inputGroup.setEnabled(False) |
250 self.inputGroup.setEnabled(False) |
251 self.inputGroup.hide() |
251 self.inputGroup.hide() |
252 E5MessageBox.critical(self, |
252 E5MessageBox.critical( |
|
253 self, |
253 self.trUtf8('Process Generation Error'), |
254 self.trUtf8('Process Generation Error'), |
254 self.trUtf8( |
255 self.trUtf8( |
255 'The process {0} could not be started. ' |
256 'The process {0} could not be started. ' |
256 'Ensure, that it is in the search path.' |
257 'Ensure, that it is in the search path.' |
257 ).format('svn')) |
258 ).format('svn')) |