--- a/eric7/Preferences/ConfigurationPages/EditorAPIsPage.py Wed Jun 15 09:44:07 2022 +0200 +++ b/eric7/Preferences/ConfigurationPages/EditorAPIsPage.py Thu Jun 16 18:28:59 2022 +0200 @@ -276,7 +276,7 @@ pluginAPIFiles = self.pluginManager.getPluginApiFiles( self.__currentApiLanguage) pluginAPIFilesDict = { - pathlib.Path(f).name:pathlib.Path(f) for f in pluginAPIFiles + pathlib.Path(f).name: pathlib.Path(f) for f in pluginAPIFiles } dlg = EricListSelectionDialog( sorted(pluginAPIFilesDict.keys()),