Fix traceback when setting prototype parent
This commit is contained in:
parent
7f41e5a649
commit
ac8075385f
1 changed files with 1 additions and 1 deletions
|
|
@ -835,7 +835,7 @@ def _prototype_parent_actions(caller, raw_inp, **kwargs):
|
||||||
return "node_prototype_parent"
|
return "node_prototype_parent"
|
||||||
|
|
||||||
|
|
||||||
def _prototype_parent_select(caller, new_parent):
|
def _prototype_parent_select(caller, new_parent, **kwargs):
|
||||||
ret = None
|
ret = None
|
||||||
prototype_parent = protlib.search_prototype(new_parent)
|
prototype_parent = protlib.search_prototype(new_parent)
|
||||||
try:
|
try:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue