Skip to content
This repository has been archived by the owner on Feb 13, 2020. It is now read-only.

Commit

Permalink
bugfix, still prototyping
Browse files Browse the repository at this point in the history
--> work in progress, needs another iteration and more tests
  • Loading branch information
projekt01 committed Aug 24, 2006
1 parent fc83c01 commit c4bb343
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/z3c/language/switch/app.py
Expand Up @@ -35,6 +35,9 @@ def getRequest():
request = interaction.participations[0]
except NoInteraction:
request = None
except IndexError:
request = None
return request


class I18n(persistent.Persistent, object):
Expand Down

0 comments on commit c4bb343

Please sign in to comment.