From 6708fe4522df15502752c6c5c9407a739a2f709c Mon Sep 17 00:00:00 2001 From: Emmanuel Garette Date: Sat, 24 Aug 2013 18:04:19 +0200 Subject: [PATCH] is not config in other, __neq__ should return True --- tiramisu/config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tiramisu/config.py b/tiramisu/config.py index ccb806e..6907507 100644 --- a/tiramisu/config.py +++ b/tiramisu/config.py @@ -96,6 +96,7 @@ class SubConfig(BaseInformation): try: yield child._name, getattr(self, child._name) except GeneratorExit: + raise Exception('ca passe ici') raise StopIteration except PropertiesOptionError: pass # option with properties