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