Merge pull request #3066 from Tegiminis/spawnupdate-fix
Spawn/Update Typing Fix
This commit is contained in:
commit
c45b1124b7
1 changed files with 1 additions and 1 deletions
|
|
@ -713,7 +713,7 @@ def batch_update_objects_with_prototype(
|
||||||
def _init(val, typ):
|
def _init(val, typ):
|
||||||
return init_spawn_value(
|
return init_spawn_value(
|
||||||
val,
|
val,
|
||||||
str,
|
typ,
|
||||||
caller=caller,
|
caller=caller,
|
||||||
prototype=new_prototype,
|
prototype=new_prototype,
|
||||||
protfunc_raise_errors=protfunc_raise_errors,
|
protfunc_raise_errors=protfunc_raise_errors,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue