src/eric7/CodeFormatting/IsortConfigurationDialog.py

branch
eric7
changeset 10373
093dcebe5ecb
parent 9653
e67609152c5e
child 10439
21c28b0f9e41
--- a/src/eric7/CodeFormatting/IsortConfigurationDialog.py	Sun Dec 03 16:44:52 2023 +0100
+++ b/src/eric7/CodeFormatting/IsortConfigurationDialog.py	Sun Dec 03 19:46:34 2023 +0100
@@ -91,7 +91,7 @@
         self.__tomlButton.clicked.connect(self.__createTomlSnippet)
 
         self.profileComboBox.addItem("")
-        self.profileComboBox.addItems(sorted(profiles.keys()))
+        self.profileComboBox.addItems(sorted(profiles))
 
         self.pythonComboBox.addItem("", "")
         self.pythonComboBox.addItem(self.tr("All Versions"), "all")

eric ide

mercurial