94 self.process.start('svn', args) |
94 self.process.start('svn', args) |
95 procStarted = self.process.waitForStarted(5000) |
95 procStarted = self.process.waitForStarted(5000) |
96 if not procStarted: |
96 if not procStarted: |
97 self.inputGroup.setEnabled(False) |
97 self.inputGroup.setEnabled(False) |
98 self.inputGroup.hide() |
98 self.inputGroup.hide() |
99 E5MessageBox.critical(self, |
99 E5MessageBox.critical( |
|
100 self, |
100 self.trUtf8('Process Generation Error'), |
101 self.trUtf8('Process Generation Error'), |
101 self.trUtf8( |
102 self.trUtf8( |
102 'The process {0} could not be started. ' |
103 'The process {0} could not be started. ' |
103 'Ensure, that it is in the search path.' |
104 'Ensure, that it is in the search path.' |
104 ).format('svn')) |
105 ).format('svn')) |