124 """ |
124 """ |
125 self.__cancelled = False |
125 self.__cancelled = False |
126 connection = self.connections.get(lang) |
126 connection = self.connections.get(lang) |
127 if connection is None: |
127 if connection is None: |
128 if fx != 'INIT': |
128 if fx != 'INIT': |
129 # Avoid growing recursion deep which could itself result in an |
129 # Avoid growing recursion depth which could itself result in an |
130 # exception |
130 # exception |
131 QTimer.singleShot( |
131 QTimer.singleShot( |
132 0, |
132 0, |
133 lambda: self.serviceNotAvailable.emit( |
133 lambda: self.serviceNotAvailable.emit( |
134 fx, lang, fn, self.tr( |
134 fx, lang, fn, self.tr( |