182 self.errors.ensureCursorVisible() |
182 self.errors.ensureCursorVisible() |
183 else: |
183 else: |
184 QApplication.restoreOverrideCursor() |
184 QApplication.restoreOverrideCursor() |
185 E5MessageBox.critical( |
185 E5MessageBox.critical( |
186 self, |
186 self, |
187 self.trUtf8('Process Generation Error'), |
187 self.tr('Process Generation Error'), |
188 self.trUtf8( |
188 self.tr( |
189 'The process {0} could not be started. ' |
189 'The process {0} could not be started. ' |
190 'Ensure, that it is in the search path.' |
190 'Ensure, that it is in the search path.' |
191 ).format('svn')) |
191 ).format('svn')) |
192 return repoRoot |
192 return repoRoot |
193 |
193 |
255 self.__finish() |
255 self.__finish() |
256 self.inputGroup.setEnabled(False) |
256 self.inputGroup.setEnabled(False) |
257 self.inputGroup.hide() |
257 self.inputGroup.hide() |
258 E5MessageBox.critical( |
258 E5MessageBox.critical( |
259 self, |
259 self, |
260 self.trUtf8('Process Generation Error'), |
260 self.tr('Process Generation Error'), |
261 self.trUtf8( |
261 self.tr( |
262 'The process {0} could not be started. ' |
262 'The process {0} could not be started. ' |
263 'Ensure, that it is in the search path.' |
263 'Ensure, that it is in the search path.' |
264 ).format('svn')) |
264 ).format('svn')) |
265 else: |
265 else: |
266 self.inputGroup.setEnabled(True) |
266 self.inputGroup.setEnabled(True) |