diff -r 2c9c2d67e4d8 -r adcffadf4962 Utilities/BackgroundService.py --- a/Utilities/BackgroundService.py Thu Mar 16 19:30:15 2017 +0100 +++ b/Utilities/BackgroundService.py Thu Mar 16 19:32:33 2017 +0100 @@ -60,7 +60,8 @@ port = self.serverPort() ## Note: Need the port if started external in debugger: - print('BackgroundService listening on: {0:d}'.format(port)) # __IGNORE_WARNING__ + print('BackgroundService listening on: {0:d}'.format(port)) + # __IGNORE_WARNING__ for pyName in ['Python', 'Python3']: interpreter = Preferences.getDebugger( pyName + "Interpreter")