is not config in other, __neq__ should return True
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user