is not config in other, __neq__ should return True

This commit is contained in:
Emmanuel Garette 2013-08-24 18:04:19 +02:00
parent a7d784ba3e
commit 6708fe4522
1 changed files with 1 additions and 0 deletions

View File

@ -96,6 +96,7 @@ class SubConfig(BaseInformation):
try: try:
yield child._name, getattr(self, child._name) yield child._name, getattr(self, child._name)
except GeneratorExit: except GeneratorExit:
raise Exception('ca passe ici')
raise StopIteration raise StopIteration
except PropertiesOptionError: except PropertiesOptionError:
pass # option with properties pass # option with properties