From b3fcf1986fed55f50ceaf1ec5284e49dd6e89d49 Mon Sep 17 00:00:00 2001 From: Emmanuel Garette Date: Mon, 14 Nov 2016 15:43:02 +0100 Subject: [PATCH] add force_permissive attribut to mandatory_warning for compatibility (not used in the code) --- tiramisu/value.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tiramisu/value.py b/tiramisu/value.py index 4cd2f43..909b9ab 100644 --- a/tiramisu/value.py +++ b/tiramisu/value.py @@ -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