120 |
122 |
121 self.process.start('svn', args) |
123 self.process.start('svn', args) |
122 procStarted = self.process.waitForStarted() |
124 procStarted = self.process.waitForStarted() |
123 if not procStarted: |
125 if not procStarted: |
124 self.inputGroup.setEnabled(False) |
126 self.inputGroup.setEnabled(False) |
125 QMessageBox.critical(None, |
127 E5MessageBox.critical(self, |
126 self.trUtf8('Process Generation Error'), |
128 self.trUtf8('Process Generation Error'), |
127 self.trUtf8( |
129 self.trUtf8( |
128 'The process {0} could not be started. ' |
130 'The process {0} could not be started. ' |
129 'Ensure, that it is in the search path.' |
131 'Ensure, that it is in the search path.' |
130 ).format('svn')) |
132 ).format('svn')) |