Fix traceback when setting prototype parent

This commit is contained in:
Chiizujin 2024-04-13 23:07:39 +10:00
parent 7f41e5a649
commit ac8075385f

View file

@ -835,7 +835,7 @@ def _prototype_parent_actions(caller, raw_inp, **kwargs):
return "node_prototype_parent"
def _prototype_parent_select(caller, new_parent):
def _prototype_parent_select(caller, new_parent, **kwargs):
ret = None
prototype_parent = protlib.search_prototype(new_parent)
try: