diff --git a/tiramisu/setting.py b/tiramisu/setting.py index 0b7551c..852e833 100644 --- a/tiramisu/setting.py +++ b/tiramisu/setting.py @@ -463,9 +463,6 @@ class Settings(object): # transitive action, force expected value = expected[0] inverse = False - except AttributeError: - raise AttributeError(_("required option not found: " - "{0}").format(reqpath)) if (not inverse and value in expected or inverse and value not in expected):