add force_permissive attribut to mandatory_warning for compatibility (not used in the code)

This commit is contained in:
Emmanuel Garette 2016-11-14 15:43:02 +01:00
parent fce5a8735e
commit b3fcf1986f
1 changed files with 1 additions and 1 deletions

View File

@ -594,7 +594,7 @@ class Values(object):
def del_information(self, key, raises=True):
self._p_.del_information(key, raises)
def mandatory_warnings(self):
def mandatory_warnings(self, force_permissive=True):
"""convenience function to trace Options that are mandatory and
where no value has been set