mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 13:34:01 -06: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
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue