Skip to content

Commit

Permalink
Fix exception in deprecated classes
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Mar 28, 2020
1 parent d327ddd commit 865aa93
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions python/plugins/processing/gui/wrappers.py
Expand Up @@ -960,7 +960,6 @@ def createWidget(self):
pass

self.combo.valueChanged.connect(lambda: self.widgetValueHasChanged.emit(self))
self.combo.triggerFileSelection.connect(self.selectFile)
return self.combo
elif self.dialogType == DIALOG_BATCH:
widget = BatchInputSelectionPanel(self.parameterDefinition(), self.row, self.col, self.dialog)
Expand Down Expand Up @@ -1487,7 +1486,6 @@ def createWidget(self):
pass

self.combo.valueChanged.connect(lambda: self.widgetValueHasChanged.emit(self))
self.combo.triggerFileSelection.connect(self.selectFile)
return self.combo
elif self.dialogType == DIALOG_BATCH:
widget = BatchInputSelectionPanel(self.parameterDefinition(), self.row, self.col, self.dialog)
Expand Down

0 comments on commit 865aa93

Please sign in to comment.