eric6/DebugClients/Python/MultiprocessingExtension.py

changeset 7903
827d89937c30
parent 7901
6ff7ccf0cb50
child 7906
0af028b93cb3
--- a/eric6/DebugClients/Python/MultiprocessingExtension.py	Sun Dec 20 12:35:26 2020 +0100
+++ b/eric6/DebugClients/Python/MultiprocessingExtension.py	Sun Dec 20 20:13:42 2020 +0100
@@ -67,9 +67,10 @@
                             multiprocessSupport=True
                         )
                     except Exception:
-                        print("Exception during multiprocessing bootstrap"
-                              " init:")
-                        # __IGNORE_WARNING_M801__
+                        print(
+                            # __IGNORE_WARNING_M801__
+                            "Exception during multiprocessing bootstrap init:"
+                        )
                         traceback.print_exc(file=sys.stdout)
                         sys.stdout.flush()
                         raise

eric ide

mercurial