Skip to content

.value() missed #85

@okaka1221

Description

@okaka1221

for element in other_collection_map[element_type]:

for element in other_collection_map[element_type]:
should be
for element in other_collection_map[element_type].values():

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions