Fix (again) of tag batch creation
This commit is contained in:
parent
5f9047b161
commit
3fbd74b332
1 changed files with 1 additions and 1 deletions
|
|
@ -716,7 +716,7 @@ def spawn(*prototypes, **kwargs):
|
||||||
val = prot.pop("tags", [])
|
val = prot.pop("tags", [])
|
||||||
tags = []
|
tags = []
|
||||||
for (tag, category, data) in val:
|
for (tag, category, data) in val:
|
||||||
tags.append((init_spawn_value(val, str), category, data))
|
tags.append((init_spawn_value(tag, str), category, data))
|
||||||
|
|
||||||
prototype_key = prototype.get('prototype_key', None)
|
prototype_key = prototype.get('prototype_key', None)
|
||||||
if prototype_key:
|
if prototype_key:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue