File tree 2 files changed +2
-3
lines changed
python/plugins/processing/gui
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ def runAlgorithm(self):
89
89
if not param .checkValueIsAcceptable (wrapper .parameterValue ()):
90
90
self .messageBar ().pushMessage ("" , self .tr ('Wrong or missing parameter value: {0} (row {1})' ).format (
91
91
param .description (), row + 1 ),
92
- level = Qgis .Warning , duration = 5 )
92
+ level = Qgis .Warning , duration = 5 )
93
93
return
94
94
col += 1
95
95
count_visible_outputs = 0
@@ -112,7 +112,7 @@ def runAlgorithm(self):
112
112
else :
113
113
self .messageBar ().pushMessage ("" , self .tr ('Wrong or missing output value: {0} (row {1})' ).format (
114
114
out .description (), row + 1 ),
115
- level = Qgis .Warning , duration = 5 )
115
+ level = Qgis .Warning , duration = 5 )
116
116
return
117
117
118
118
alg_parameters .append (parameters )
Original file line number Diff line number Diff line change @@ -140,7 +140,6 @@ def initWidgets(self):
140
140
column , QTableWidgetItem (out .description ()))
141
141
column += 1
142
142
143
-
144
143
# Add an empty row to begin
145
144
self .addRow ()
146
145
You can’t perform that action at this time.
0 commit comments