Skip to content

Commit

Permalink
missing raise removed
Browse files Browse the repository at this point in the history
  • Loading branch information
digi604 committed Mar 13, 2014
1 parent f1d40d8 commit dd8f41d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion menus/templatetags/menu_tags.py
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,6 @@ def get_context(self, context, lang):
with force_language(lang):
url = request.toolbar.obj.get_absolute_url()
except:
raise
url = DefaultLanguageChanger(request)(lang)
else:
# use the default language changer
Expand Down

0 comments on commit dd8f41d

Please sign in to comment.