mandatory_warnings never raises ConfigError
This commit is contained in:
parent
c58de18b62
commit
172a33f842
|
@ -711,4 +711,6 @@ def mandatory_warnings(config):
|
||||||
except PropertiesOptionError as err:
|
except PropertiesOptionError as err:
|
||||||
if err.proptype == ['mandatory']:
|
if err.proptype == ['mandatory']:
|
||||||
yield path
|
yield path
|
||||||
|
except ConfigError:
|
||||||
|
pass
|
||||||
config.cfgimpl_reset_cache(only=('values',))
|
config.cfgimpl_reset_cache(only=('values',))
|
||||||
|
|
Loading…
Reference in New Issue