pep8
This commit is contained in:
parent
2e8c75a602
commit
d971448d02
|
@ -376,8 +376,9 @@ class Settings(object):
|
||||||
path = descr.impl_get_path_by_opt(option)
|
path = descr.impl_get_path_by_opt(option)
|
||||||
if path == optpath or path.startswith(optpath + '.'):
|
if path == optpath or path.startswith(optpath + '.'):
|
||||||
raise RequirementError(_("malformed requirements "
|
raise RequirementError(_("malformed requirements "
|
||||||
"imbrication detected for option: '{0}' "
|
"imbrication detected for option:"
|
||||||
"with requirement on: '{1}'").format(optpath, path))
|
" '{0}' with requirement on: "
|
||||||
|
"'{1}'").format(optpath, path))
|
||||||
try:
|
try:
|
||||||
value = self.context._getattr(path, force_permissive=True)
|
value = self.context._getattr(path, force_permissive=True)
|
||||||
except PropertiesOptionError, err:
|
except PropertiesOptionError, err:
|
||||||
|
|
Loading…
Reference in New Issue