Merge pull request #3506 from chiizujin/proto_parent

Fix traceback when setting prototype parent
This commit is contained in:
Griatch 2024-04-27 19:54:12 +02:00 committed by GitHub
commit 4e033f01da
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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: