Update prototype example module

This commit is contained in:
Griatch 2020-09-06 13:09:43 +02:00
parent b086e95e19
commit c051d15f5c
3 changed files with 104 additions and 52 deletions

View file

@ -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(