src/eric7/Project/Project.py

branch
eric7
changeset 10650
4618223e6e32
parent 10641
42536596df9e
child 10651
280a53840aa3
child 10659
43ead32943ca
child 10681
3bee3b3ff272
--- a/src/eric7/Project/Project.py	Tue Mar 26 10:37:58 2024 +0100
+++ b/src/eric7/Project/Project.py	Tue Mar 26 10:39:58 2024 +0100
@@ -1481,7 +1481,7 @@
         @return load status of debug properties
         @rtype bool
         """
-        return self.debugPropertiesLoaded or self.__pdata["EMBEDDED_VENV"]
+        return self.debugPropertiesLoaded
 
     def __showDebugProperties(self):
         """
@@ -7179,7 +7179,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