Update prototype example module
This commit is contained in:
parent
b086e95e19
commit
c051d15f5c
3 changed files with 104 additions and 52 deletions
|
|
@ -592,7 +592,7 @@ def validate_prototype(
|
|||
protparent = protparents.get(protstring)
|
||||
if not protparent:
|
||||
_flags["errors"].append(
|
||||
"Prototype {}'s prototype_parent '{}' was not found.".format((protkey, protstring))
|
||||
"Prototype {}'s prototype_parent '{}' was not found.".format(protkey, protstring)
|
||||
)
|
||||
if id(prototype) in _flags["visited"]:
|
||||
_flags["errors"].append(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue