Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[processing] add missed return statement (fix #17821)
  • Loading branch information
alexbruy committed Jan 15, 2018
1 parent e67aaf9 commit dc99b8b
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -49,6 +49,7 @@ def createWidget(self):
widget = QLineEdit()
if self.param.defaultValue():
widget.setText(self.param.defaultValue())
return widget
else:
return QgsRasterFormatSaveOptionsWidget()

Expand Down

0 comments on commit dc99b8b

Please sign in to comment.