Utilities/BackgroundService.py

branch
Py2 comp.
changeset 3484
645c12de6b0c
parent 3422
ecfe8271cc73
child 3505
84e7cee47d10
equal deleted inserted replaced
3456:96232974dcdb 3484:645c12de6b0c
130 """ 130 """
131 connection = self.connections.get(lang) 131 connection = self.connections.get(lang)
132 if connection is None: 132 if connection is None:
133 if fx != 'INIT': 133 if fx != 'INIT':
134 self.serviceNotAvailable.emit( 134 self.serviceNotAvailable.emit(
135 fx, lang, fn, self.trUtf8( 135 fx, lang, fn, self.tr(
136 '{0} not configured.').format(lang)) 136 '{0} not configured.').format(lang))
137 # Reset flag and continue processing queue 137 # Reset flag and continue processing queue
138 self.isWorking = None 138 self.isWorking = None
139 self.__processQueue() 139 self.__processQueue()
140 else: 140 else:

eric ide

mercurial