src/eric7/RemoteServerInterface/EricServerInterface.py

branch
server
changeset 10546
300487f5f517
parent 10539
4274f189ff78
child 10555
08e853c0c77b
--- a/src/eric7/RemoteServerInterface/EricServerInterface.py	Fri Feb 02 14:55:14 2024 +0100
+++ b/src/eric7/RemoteServerInterface/EricServerInterface.py	Mon Feb 05 11:15:47 2024 +0100
@@ -107,10 +107,10 @@
                 from .EricServerFileSystemInterface import EricServerFileSystemInterface
                 self.__serviceInterfaces[lname] = EricServerFileSystemInterface(self)
             elif lname == "debugger":
-                # TODO: not implemented yet
+                # TODO: 'Debugger Interface' not implemented yet
                 pass
             elif lname == "project":
-                # TODO: not implemented yet
+                # TODO: 'Project Interface' not implemented yet
                 pass
             else:
                 raise ValueError(f"no such service supported ({name})")

eric ide

mercurial