Merge pull request #3066 from Tegiminis/spawnupdate-fix

Spawn/Update Typing Fix
This commit is contained in:
Griatch 2023-01-06 18:56:40 +01:00 committed by GitHub
commit c45b1124b7

View file

@ -713,7 +713,7 @@ def batch_update_objects_with_prototype(
def _init(val, typ):
return init_spawn_value(
val,
str,
typ,
caller=caller,
prototype=new_prototype,
protfunc_raise_errors=protfunc_raise_errors,