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 @@ -136,7 +136,6 @@ def initWidgets(self):
136
136
column , QTableWidgetItem (out .description ()))
137
137
column += 1
138
138
139
-
140
139
# Add an empty row to begin
141
140
self .addRow ()
142
141
You can’t perform that action at this time.
0 commit comments