Skip to content

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbruy committed Jul 25, 2017
1 parent cd2472d commit 01e062e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/plugins/processing/algs/saga/SagaNameDecorator.py
Expand Up @@ -43,7 +43,7 @@
'imagery_maxent': 'Image analysis',
'imagery_opencv': 'Image analysis',
'imagery_vigra': 'Image analysis',
'imagery_svm': 'Image analysis',
'imagery_svm': 'Image analysis',
'io_esri_e00': 'I/O',
'io_gdal': 'I/O',
'io_gps': 'I/O',
Expand Down
1 change: 1 addition & 0 deletions python/plugins/processing/gui/AlgorithmExecutor.py
Expand Up @@ -38,6 +38,7 @@
from processing.tools import vector
from processing.core.SilentProgress import SilentProgress


def runalg(alg, progress=None):
"""Executes a given algorithm, showing its progress in the
progress object passed along.
Expand Down
1 change: 0 additions & 1 deletion python/plugins/processing/gui/ScriptEditorDialog.py
Expand Up @@ -138,7 +138,6 @@ def __init__(self, algType, alg):

self.editor.setLexerType(self.algType)


def showSnippets(self, evt):
popupmenu = QMenu()
for name, snippet in self.snippets.iteritems():
Expand Down

0 comments on commit 01e062e

Please sign in to comment.