Navigation Menu

Skip to content

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbruy committed Apr 7, 2017
1 parent 2bdef02 commit 2308b07
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/plugins/processing/gui/GetScriptsAndModels.py
Expand Up @@ -275,7 +275,6 @@ def setHelp(self, reply, item):
except Exception:
html = self.tr('<h2>Unspecified Error - could not load help</h2>')


html = '<h2>%s</h2>' % item.name
html += self.tr('<p><b>Description:</b> {0}</p>').format(getDescription(ALG_DESC, descriptions))
html += self.tr('<p><b>Created by:</b> {0}').format(getDescription(ALG_CREATOR, descriptions))
Expand Down

0 comments on commit 2308b07

Please sign in to comment.