src/eric7/Plugins/WizardPlugins/SetupWizard/SetupWizardDialog.py

branch
eric7
changeset 10373
093dcebe5ecb
parent 10192
f457742dd3d6
child 10439
21c28b0f9e41
equal deleted inserted replaced
10372:1444b4bee64b 10373:093dcebe5ecb
592 for row in range(self.entryPointsList.topLevelItemCount()): 592 for row in range(self.entryPointsList.topLevelItemCount()):
593 itm = self.entryPointsList.topLevelItem(row) 593 itm = self.entryPointsList.topLevelItem(row)
594 entryPoints[itm.data(0, Qt.ItemDataRole.UserRole)][ 594 entryPoints[itm.data(0, Qt.ItemDataRole.UserRole)][
595 itm.text(1) 595 itm.text(1)
596 ] = itm.text(2) 596 ] = itm.text(2)
597 for epType in list(entryPoints.keys()): 597 for epType in list(entryPoints):
598 if entryPoints[epType]: 598 if entryPoints[epType]:
599 entryPoints[epType] = SetupCfgUtilities.toString( 599 entryPoints[epType] = SetupCfgUtilities.toString(
600 entryPoints[epType] 600 entryPoints[epType]
601 ) 601 )
602 else: 602 else:

eric ide

mercurial