101 self.__buffer = [] |
101 self.__buffer = [] |
102 |
102 |
103 self.process.start('hg', args) |
103 self.process.start('hg', args) |
104 procStarted = self.process.waitForStarted(5000) |
104 procStarted = self.process.waitForStarted(5000) |
105 if not procStarted: |
105 if not procStarted: |
106 E5MessageBox.critical(self, |
106 E5MessageBox.critical( |
|
107 self, |
107 self.trUtf8('Process Generation Error'), |
108 self.trUtf8('Process Generation Error'), |
108 self.trUtf8( |
109 self.trUtf8( |
109 'The process {0} could not be started. ' |
110 'The process {0} could not be started. ' |
110 'Ensure, that it is in the search path.' |
111 'Ensure, that it is in the search path.' |
111 ).format('hg')) |
112 ).format('hg')) |