Skip to content

Commit 2308b07

Browse files
authoredApr 7, 2017
fix indentation
1 parent 2bdef02 commit 2308b07

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎python/plugins/processing/gui/GetScriptsAndModels.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,6 @@ def setHelp(self, reply, item):
275275
except Exception:
276276
html = self.tr('<h2>Unspecified Error - could not load help</h2>')
277277

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

0 commit comments

Comments
 (0)
Please sign in to comment.