syntax errors
This commit is contained in:
parent
9bb366bb91
commit
7c19ec7689
|
@ -192,9 +192,9 @@ class Config(object):
|
||||||
opt_or_descr.has_properties():
|
opt_or_descr.has_properties():
|
||||||
raise PropertiesOptionError("trying to access"
|
raise PropertiesOptionError("trying to access"
|
||||||
" to an option named: {0}".format(name),
|
" to an option named: {0}".format(name),
|
||||||
opt_or_descr.properties))
|
opt_or_descr.properties)
|
||||||
if self._cfgimpl_toplevel._cfgimpl_has_properties() and \
|
if self._cfgimpl_toplevel._cfgimpl_has_properties() and \
|
||||||
self._cfgimpl_descr.has_properties()):
|
self._cfgimpl_descr.has_properties():
|
||||||
raise PropertiesOptionError("trying to access"
|
raise PropertiesOptionError("trying to access"
|
||||||
" to an option's group named: {0}"
|
" to an option's group named: {0}"
|
||||||
" for option named: {1}".format(
|
" for option named: {1}".format(
|
||||||
|
|
Loading…
Reference in New Issue