Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGhostkeeper <rubend@tutanota.com>2019-07-22 18:07:07 +0300
committerGhostkeeper <rubend@tutanota.com>2019-07-22 18:07:07 +0300
commit02ff433c9238b79c5e132ab869cf7a8b34d9a831 (patch)
tree1a8c0f9b6129b4bd90f380f6524b04c89fc748ff /plugins/XmlMaterialProfile/XmlMaterialProfile.py
parent00f21069e75cd69f9f1ac9c80c4ec6c959607f64 (diff)
Use set for unordered collections of things
Contributes to issue CURA-6672.
Diffstat (limited to 'plugins/XmlMaterialProfile/XmlMaterialProfile.py')
-rw-r--r--plugins/XmlMaterialProfile/XmlMaterialProfile.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/XmlMaterialProfile/XmlMaterialProfile.py b/plugins/XmlMaterialProfile/XmlMaterialProfile.py
index f8cd2dda71..10a3a09c68 100644
--- a/plugins/XmlMaterialProfile/XmlMaterialProfile.py
+++ b/plugins/XmlMaterialProfile/XmlMaterialProfile.py
@@ -1186,7 +1186,7 @@ class XmlMaterialProfile(InstanceContainer):
def __str__(self):
return "<XmlMaterialProfile '{my_id}' ('{name}') from base file '{base_file}'>".format(my_id = self.getId(), name = self.getName(), base_file = self.getMetaDataEntry("base_file"))
- _metadata_tags_that_have_cura_namespace = ["pva_compatible", "breakaway_compatible"]
+ _metadata_tags_that_have_cura_namespace = {"pva_compatible", "breakaway_compatible"}
# Map XML file setting names to internal names
__material_settings_setting_map = {