82 else: |
82 else: |
83 combo.addItem(migration) |
83 combo.addItem(migration) |
84 self.__updateOkButton() |
84 self.__updateOkButton() |
85 |
85 |
86 @pyqtSlot(str) |
86 @pyqtSlot(str) |
87 def on_endMigrationComboBox_currentTextChanged(self, migration): # noqa: U100 |
87 def on_endMigrationComboBox_currentTextChanged(self, migration): # noqa: U-100 |
88 """ |
88 """ |
89 Private slot handling the selection of a migration. |
89 Private slot handling the selection of a migration. |
90 |
90 |
91 @param migration name of the selected migration |
91 @param migration name of the selected migration |
92 @type str |
92 @type str |