eric7/Preferences/ConfigurationPages/EditorAPIsPage.py

branch
eric7
changeset 9152
8a68afaf1ba2
parent 9151
8c5296fe3056
child 9185
8975ed45c22d
--- 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()),

eric ide

mercurial