--- a/src/eric7/RemoteServerInterface/EricServerInterface.py Tue Jun 11 17:12:23 2024 +0200 +++ b/src/eric7/RemoteServerInterface/EricServerInterface.py Tue Jun 11 17:22:09 2024 +0200 @@ -155,9 +155,7 @@ """ from .EricServerEditorConfigInterface import EricServerEditorConfigInterface - self.__serviceInterfaces["editorconfig"] = EricServerEditorConfigInterface( - self - ) + self.__serviceInterfaces["editorconfig"] = EricServerEditorConfigInterface(self) def __createFilesystemInterface(self): """