Skip to content

Commit

Permalink
Indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Apr 26, 2019
1 parent 8356feb commit 761b478
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions python/plugins/processing/gui/BatchAlgorithmDialog.py
Expand Up @@ -89,7 +89,7 @@ def runAlgorithm(self):
if not param.checkValueIsAcceptable(wrapper.parameterValue()):
self.messageBar().pushMessage("", self.tr('Wrong or missing parameter value: {0} (row {1})').format(
param.description(), row + 1),
level=Qgis.Warning, duration=5)
level=Qgis.Warning, duration=5)
return
col += 1
count_visible_outputs = 0
Expand All @@ -112,7 +112,7 @@ def runAlgorithm(self):
else:
self.messageBar().pushMessage("", self.tr('Wrong or missing output value: {0} (row {1})').format(
out.description(), row + 1),
level=Qgis.Warning, duration=5)
level=Qgis.Warning, duration=5)
return

alg_parameters.append(parameters)
Expand Down
1 change: 0 additions & 1 deletion python/plugins/processing/gui/BatchPanel.py
Expand Up @@ -136,7 +136,6 @@ def initWidgets(self):
column, QTableWidgetItem(out.description()))
column += 1


# Add an empty row to begin
self.addRow()

Expand Down

0 comments on commit 761b478

Please sign in to comment.