112 self.process.start('svn', args) |
112 self.process.start('svn', args) |
113 procStarted = self.process.waitForStarted(5000) |
113 procStarted = self.process.waitForStarted(5000) |
114 if not procStarted: |
114 if not procStarted: |
115 self.inputGroup.setEnabled(False) |
115 self.inputGroup.setEnabled(False) |
116 self.inputGroup.hide() |
116 self.inputGroup.hide() |
117 E5MessageBox.critical(self, |
117 E5MessageBox.critical( |
|
118 self, |
118 self.trUtf8('Process Generation Error'), |
119 self.trUtf8('Process Generation Error'), |
119 self.trUtf8( |
120 self.trUtf8( |
120 'The process {0} could not be started. ' |
121 'The process {0} could not be started. ' |
121 'Ensure, that it is in the search path.' |
122 'Ensure, that it is in the search path.' |
122 ).format('svn')) |
123 ).format('svn')) |