Skip to content

Commit

Permalink
NODES
Browse files Browse the repository at this point in the history
  • Loading branch information
glasnt committed Apr 26, 2018
1 parent 053c141 commit 0e34b37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion menus/menu_pool.py
Expand Up @@ -166,9 +166,9 @@ def _build_nodes(self):
menu = self.get_menu(menu_class_name)

try:
nodes = menu.get_nodes(self.request)
print("GETNODES")
print(nodes)
nodes = menu.get_nodes(self.request)
except NoReverseMatch:
# Apps might raise NoReverseMatch if an apphook does not yet
# exist, skip them instead of crashing
Expand Down

0 comments on commit 0e34b37

Please sign in to comment.