eric6/DebugClients/Python/MultiProcessDebugExtension.py

branch
multi_processing
changeset 7646
39e3db2b4936
parent 7422
9a008ab4811b
child 7802
eefe954f01e8
--- a/eric6/DebugClients/Python/MultiProcessDebugExtension.py	Wed Jun 17 17:14:12 2020 +0200
+++ b/eric6/DebugClients/Python/MultiProcessDebugExtension.py	Sun Jul 05 11:11:24 2020 +0200
@@ -61,6 +61,7 @@
         return getattr(os, originalName)(path, *args)
     return newExecl
 
+
 def patchNewProcessFunctions(multiprocessEnabled, debugClient):
     """
     Function to patch the process creation functions to support multiprocess

eric ide

mercurial