Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Apr 7, 2016
1 parent 846c618 commit 9d5df4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/plugins/processing/gui/menus.py
Expand Up @@ -115,7 +115,7 @@ def initializeMenus():
"Add button", False)
ProcessingConfig.addSetting(setting)
setting = Setting(menusSettingsGroup, "ICON_" + alg.commandLineName(),
"Icon", "", valuetype = Setting.FILE)
"Icon", "", valuetype=Setting.FILE)
ProcessingConfig.addSetting(setting)

ProcessingConfig.readSettings()
Expand All @@ -138,7 +138,7 @@ def createMenus():
icon = None
if menuPath:
paths = menuPath.split("/")
addAlgorithmEntry(alg, paths[0], paths[-1], addButton = addButton, icon = icon)
addAlgorithmEntry(alg, paths[0], paths[-1], addButton=addButton, icon=icon)


def removeMenus():
Expand Down

0 comments on commit 9d5df4e

Please sign in to comment.