src/eric7/VirtualEnv/VirtualenvMeta.py

branch
server
changeset 10765
b0632e55ec9a
parent 10725
51fe971610d3
child 11090
f5f5f5803935
--- a/src/eric7/VirtualEnv/VirtualenvMeta.py	Mon Jun 10 10:19:54 2024 +0200
+++ b/src/eric7/VirtualEnv/VirtualenvMeta.py	Mon Jun 10 10:22:23 2024 +0200
@@ -24,7 +24,7 @@
     is_remote: bool = False  # flag indicating a remotely accessed environment
     exec_path: str = ""  # string to be prefixed to the PATH environment setting
     description: str = ""  # description of the environment
-    is_eric_server: bool = False  # flag indicating an eric IDE server environment
+    is_eric_server: bool = False  # flag indicating an eric-ide server environment
     eric_server: str = ""  # server name the environment belongs to
 
     def as_dict(self):

eric ide

mercurial