Skip to content

Commit

Permalink
[processing] fixed indentation issues
Browse files Browse the repository at this point in the history
  • Loading branch information
volaya committed Apr 19, 2014
1 parent e142401 commit b1974f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/plugins/processing/modeler/DeleteModelAction.py
Expand Up @@ -46,4 +46,4 @@ def execute(self):
QtGui.QMessageBox.No)
if reply == QtGui.QMessageBox.Yes:
os.remove(self.alg.descriptionFile)
self.toolbox.updateProvider('model')
self.toolbox.updateProvider('model')
Expand Up @@ -168,7 +168,7 @@ def setupUi(self):
html = None
url = None
try:
isText, help = self.alg.help()
isText, help = self.alg.help()
if help is not None:
if isText:
html = help;
Expand Down

0 comments on commit b1974f0

Please sign in to comment.