130 |
130 |
131 self.process.start('svn', args) |
131 self.process.start('svn', args) |
132 procStarted = self.process.waitForStarted(5000) |
132 procStarted = self.process.waitForStarted(5000) |
133 if not procStarted: |
133 if not procStarted: |
134 self.inputGroup.setEnabled(False) |
134 self.inputGroup.setEnabled(False) |
135 E5MessageBox.critical(self, |
135 E5MessageBox.critical( |
|
136 self, |
136 self.trUtf8('Process Generation Error'), |
137 self.trUtf8('Process Generation Error'), |
137 self.trUtf8( |
138 self.trUtf8( |
138 'The process {0} could not be started. ' |
139 'The process {0} could not be started. ' |
139 'Ensure, that it is in the search path.' |
140 'Ensure, that it is in the search path.' |
140 ).format('svn')) |
141 ).format('svn')) |