scripts/install-debugclients.py

branch
server
changeset 10781
0e3d6e22efaf
parent 10439
21c28b0f9e41
child 10801
5859861e7a1f
--- a/scripts/install-debugclients.py	Wed Jun 12 15:36:06 2024 +0200
+++ b/scripts/install-debugclients.py	Fri Jun 14 10:57:32 2024 +0200
@@ -185,7 +185,7 @@
     @return result code
     @rtype int
     """
-    global distDir, doCleanup, sourceDir, modDir
+    global distDir, sourceDir, modDir
 
     # set install prefix, if not None
     targetDir = (
@@ -201,7 +201,6 @@
             os.path.join(eric7SourceDir, "DebugClients"),
             os.path.join(targetDir, "DebugClients"),
             ["*.py", "*.pyc", "*.pyo", "*.pyw"],
-            excludePatterns=["eric7config.py*"],
         )
 
         # copy the top level package file

eric ide

mercurial