is not config in other, __neq__ should return True
This commit is contained in:
parent
a7d784ba3e
commit
6708fe4522
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue