Skip to content

Commit

Permalink
Report missing element name in get_partial_dict
Browse files Browse the repository at this point in the history
  • Loading branch information
amol- committed Sep 30, 2015
1 parent c42b0b9 commit 945a969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tg/configuration/utils.py
Expand Up @@ -65,7 +65,7 @@ def get_partial_dict(prefix, dictionary, container_type=dict):
if new_dict:
return new_dict
else:
raise AttributeError
raise AttributeError(prefix)


class GlobalConfigurable(object):
Expand Down

0 comments on commit 945a969

Please sign in to comment.