Also remove comma

This makes the review task less, actually.

Contributes to issue CURA-5460.
This commit is contained in:
Ghostkeeper 2018-07-10 15:29:58 +02:00
parent d7eb5a76be
commit f603b4c426
No known key found for this signature in database
GPG key ID: 5252B696FB5E7C7A

View file

@ -124,7 +124,7 @@ class BrandMaterialsModel(ListModel):
"brand": metadata["brand"],
"material": metadata["material"],
"color_name": metadata["color_name"],
"container_node": container_node,
"container_node": container_node
}
brand_group_dict[brand][material_type].append(item)