summaryrefslogtreecommitdiff
path: root/Mozo/MenuEditor.py
diff options
context:
space:
mode:
authorSorokin Alexei <[email protected]>2016-03-04 17:45:14 +0300
committerSorokin Alexei <[email protected]>2016-03-04 17:45:14 +0300
commit3710f2d441a11b066441a743331d3981d741ec45 (patch)
tree129f88740c899c87b9f32fdc7c76d201bb54666b /Mozo/MenuEditor.py
parent7d515ef958e37d1a6044699a8e930fd10f649063 (diff)
downloadmozo-3710f2d441a11b066441a743331d3981d741ec45.tar.bz2
mozo-3710f2d441a11b066441a743331d3981d741ec45.tar.xz
fix use of spaces/tabs inconsistency in formatting
Diffstat (limited to 'Mozo/MenuEditor.py')
-rw-r--r--Mozo/MenuEditor.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mozo/MenuEditor.py b/Mozo/MenuEditor.py
index 73d6549..66e4d74 100644
--- a/Mozo/MenuEditor.py
+++ b/Mozo/MenuEditor.py
@@ -478,7 +478,7 @@ class MenuEditor:
def __getPath(self, menu, path=None):
if not path:
- path = menu.tree.root.get_menu_id()
+ path = menu.tree.root.get_menu_id()
if menu.get_parent():
path = self.__getPath(menu.get_parent(), path)
path += '/'