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