Skip to content

Commit b1974f0

Browse files
committedApr 19, 2014
[processing] fixed indentation issues
1 parent e142401 commit b1974f0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎python/plugins/processing/modeler/DeleteModelAction.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ def execute(self):
4646
QtGui.QMessageBox.No)
4747
if reply == QtGui.QMessageBox.Yes:
4848
os.remove(self.alg.descriptionFile)
49-
self.toolbox.updateProvider('model')
49+
self.toolbox.updateProvider('model')

‎python/plugins/processing/modeler/ModelerParametersDialog.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ def setupUi(self):
168168
html = None
169169
url = None
170170
try:
171-
isText, help = self.alg.help()
171+
isText, help = self.alg.help()
172172
if help is not None:
173173
if isText:
174174
html = help;

0 commit comments

Comments
 (0)
Please sign in to comment.