Skip to content

Commit

Permalink
Pep8 correction
Browse files Browse the repository at this point in the history
  • Loading branch information
sgeulette committed Oct 28, 2015
1 parent a416283 commit 728eab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dexterity/localroles/browser/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def __init__(self, context):

def __getattr__(self, name):
if not base_hasattr(self.context.fti, 'localroles') \
or not name in self.context.fti.localroles \
or name not in self.context.fti.localroles \
or not isinstance(self.context.fti.localroles[name], dict):
raise AttributeError
value = self.context.fti.localroles[name]
Expand Down

0 comments on commit 728eab3

Please sign in to comment.