--- 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):