Skip to content

Commit 761b478

Browse files
committed
Indentation
1 parent 8356feb commit 761b478

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

python/plugins/processing/gui/BatchAlgorithmDialog.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def runAlgorithm(self):
8989
if not param.checkValueIsAcceptable(wrapper.parameterValue()):
9090
self.messageBar().pushMessage("", self.tr('Wrong or missing parameter value: {0} (row {1})').format(
9191
param.description(), row + 1),
92-
level=Qgis.Warning, duration=5)
92+
level=Qgis.Warning, duration=5)
9393
return
9494
col += 1
9595
count_visible_outputs = 0
@@ -112,7 +112,7 @@ def runAlgorithm(self):
112112
else:
113113
self.messageBar().pushMessage("", self.tr('Wrong or missing output value: {0} (row {1})').format(
114114
out.description(), row + 1),
115-
level=Qgis.Warning, duration=5)
115+
level=Qgis.Warning, duration=5)
116116
return
117117

118118
alg_parameters.append(parameters)

python/plugins/processing/gui/BatchPanel.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,6 @@ def initWidgets(self):
136136
column, QTableWidgetItem(out.description()))
137137
column += 1
138138

139-
140139
# Add an empty row to begin
141140
self.addRow()
142141

0 commit comments

Comments
 (0)