Skip to content

Commit dc99b8b

Browse files
committedJan 15, 2018
[processing] add missed return statement (fix #17821)
1 parent e67aaf9 commit dc99b8b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎python/plugins/processing/algs/gdal/ui/RasterOptionsWidget.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ def createWidget(self):
4949
widget = QLineEdit()
5050
if self.param.defaultValue():
5151
widget.setText(self.param.defaultValue())
52+
return widget
5253
else:
5354
return QgsRasterFormatSaveOptionsWidget()
5455

0 commit comments

Comments
 (0)
Please sign in to comment.