src/eric7/Utilities/BackgroundService.py

branch
eric7
changeset 11148
15e30f0c76a8
parent 11090
f5f5f5803935
child 11215
d07c71a34adf
equal deleted inserted replaced
11147:dee6e106b4d3 11148:15e30f0c76a8
75 "[{0}]".format(self.__hostAddress) 75 "[{0}]".format(self.__hostAddress)
76 if ":" in self.__hostAddress 76 if ":" in self.__hostAddress
77 else self.__hostAddress 77 else self.__hostAddress
78 ) 78 )
79 print("Background Service listening on: {0}:{1:d}".format(hostAddressStr, port)) 79 print("Background Service listening on: {0}:{1:d}".format(hostAddressStr, port))
80 # __IGNORE_WARNING_M801__ 80 # __IGNORE_WARNING_M-801__
81 81
82 interpreter = self.__getPythonInterpreter() 82 interpreter = self.__getPythonInterpreter()
83 if interpreter: 83 if interpreter:
84 process = self.__startExternalClient(interpreter, port) 84 process = self.__startExternalClient(interpreter, port)
85 if process: 85 if process:

eric ide

mercurial