[processing] add missed return statement (fix #17821)

This commit is contained in:
Alexander Bruy 2018-01-15 13:19:43 +02:00
parent e67aaf9a26
commit dc99b8b2f0

View File

@ -49,6 +49,7 @@ class RasterOptionsWidgetWrapper(WidgetWrapper):
widget = QLineEdit()
if self.param.defaultValue():
widget.setText(self.param.defaultValue())
return widget
else:
return QgsRasterFormatSaveOptionsWidget()