Utilities/BackgroundService.py

changeset 5616
adcffadf4962
parent 5389
9b1c800daff3
child 5688
76fc12e08e8f
--- 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")

eric ide

mercurial