src/eric7/Debugger/DebugServer.py

branch
eric7
changeset 10373
093dcebe5ecb
parent 10335
cc0a21ae0975
child 10417
c6011e501282
--- a/src/eric7/Debugger/DebugServer.py	Sun Dec 03 16:44:52 2023 +0100
+++ b/src/eric7/Debugger/DebugServer.py	Sun Dec 03 19:46:34 2023 +0100
@@ -426,7 +426,7 @@
         @return list of supported languages
         @rtype list of str
         """
-        languages = list(self.__debuggerInterfaceRegistry.keys())
+        languages = list(self.__debuggerInterfaceRegistry)
         with contextlib.suppress(ValueError):
             languages.remove("None")
 

eric ide

mercurial