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