src/eric7/QScintilla/APIsManager.py

branch
eric7
changeset 10373
093dcebe5ecb
parent 9653
e67609152c5e
child 10431
64157aeb0312
--- a/src/eric7/QScintilla/APIsManager.py	Sun Dec 03 16:44:52 2023 +0100
+++ b/src/eric7/QScintilla/APIsManager.py	Sun Dec 03 19:46:34 2023 +0100
@@ -252,7 +252,7 @@
         """
         Public slot to reload the api information.
         """
-        for api in list(self.__apis.values()):
+        for api in self.__apis.values():
             api and api.reloadAPIs()
 
     def getAPIs(self, language, projectType="", forPreparation=False):

eric ide

mercurial