mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-15 14:25:55 +08:00
Also remove comma
This makes the review task less, actually. Contributes to issue CURA-5460.
This commit is contained in:
parent
d7eb5a76be
commit
f603b4c426
@ -124,7 +124,7 @@ class BrandMaterialsModel(ListModel):
|
|||||||
"brand": metadata["brand"],
|
"brand": metadata["brand"],
|
||||||
"material": metadata["material"],
|
"material": metadata["material"],
|
||||||
"color_name": metadata["color_name"],
|
"color_name": metadata["color_name"],
|
||||||
"container_node": container_node,
|
"container_node": container_node
|
||||||
}
|
}
|
||||||
brand_group_dict[brand][material_type].append(item)
|
brand_group_dict[brand][material_type].append(item)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user