Closed zesch closed 10 months ago
In typesystem.py in function _add_feature() a warning is created when a feature is already defined in the parent:
typesystem.py
_add_feature()
Feature with name [{feature.name}] already exists in parent!
It would help finding the problem if this would also output the name of the type that is casing the problem.
In
typesystem.py
in function_add_feature()
a warning is created when a feature is already defined in the parent:It would help finding the problem if this would also output the name of the type that is casing the problem.