src/eric7/Project/Project.py

branch
server
changeset 10651
280a53840aa3
parent 10636
24d9e6ff8111
parent 10650
4618223e6e32
child 10704
27d21e5163b8
--- a/src/eric7/Project/Project.py	Sun Mar 10 16:39:54 2024 +0100
+++ b/src/eric7/Project/Project.py	Tue Mar 26 10:55:04 2024 +0100
@@ -1645,7 +1645,7 @@
         @return load status of debug properties
         @rtype bool
         """
-        return self.debugPropertiesLoaded or self.__pdata["EMBEDDED_VENV"]
+        return self.debugPropertiesLoaded
 
     def __showDebugProperties(self):
         """
@@ -6332,7 +6332,7 @@
                     if recursiveSearch:
                         d = self.getRelativePath(ns)
                         if d not in dirs:
-                            dirs.append(d)  # noqa: M538
+                            dirs.append(d)  # noqa: M569
                     continue
 
                 filetype = ""
@@ -7944,7 +7944,7 @@
         """
         Private method to recursively clear the byte code caches of a given directory.
 
-        Note: The byte code cache directiries are named '__pycache__'.
+        Note: The byte code cache directories are named '__pycache__'.
 
         @param directory directory name to clear byte code caches from (defaults to
             None)

eric ide

mercurial