add force_permissive in config's method (iter_all, iter_group, find, find_first and make_dict)

rename _getattr to getattr
This commit is contained in:
2014-03-31 22:34:57 +02:00
parent 712db2875e
commit cd52729952
9 changed files with 109 additions and 46 deletions

View File

@ -603,7 +603,7 @@ class Settings(object):
" '{0}' with requirement on: "
"'{1}'").format(path, reqpath))
try:
value = context._getattr(reqpath, force_permissive=True)
value = context.getattr(reqpath, force_permissive=True)
except PropertiesOptionError as err:
if not transitive:
continue