diff -r 2b768afcaee1 -r 49a0a9cb2505 src/eric7/Utilities/BackgroundService.py --- a/src/eric7/Utilities/BackgroundService.py Thu Sep 15 10:09:53 2022 +0200 +++ b/src/eric7/Utilities/BackgroundService.py Thu Sep 15 11:00:36 2022 +0200 @@ -69,7 +69,7 @@ ## Note: Need the port if started external in debugger: print("Background Service listening on: {0:d}".format(port)) # __IGNORE_WARNING__ - + interpreter = self.__getPythonInterpreter() if interpreter: process = self.__startExternalClient(interpreter, port) @@ -80,7 +80,7 @@ """ Private method to generate the path of the Python interpreter to be used to run the background client. - + @return path of the Python interpreter @rtype str """