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:
|
||||
yield child._name, getattr(self, child._name)
|
||||
except GeneratorExit:
|
||||
raise Exception('ca passe ici')
|
||||
raise StopIteration
|
||||
except PropertiesOptionError:
|
||||
pass # option with properties
|
||||
|
|
Loading…
Reference in New Issue