From 094c781b02c0d39f999757c5f1ed94b29de01f0c Mon Sep 17 00:00:00 2001 From: Joey de l'Arago Date: Tue, 31 May 2022 15:49:57 +0200 Subject: [PATCH] Update plugins/XmlMaterialProfile/XmlMaterialProfile.py Co-authored-by: Remco Burema <41987080+rburema@users.noreply.github.com> --- plugins/XmlMaterialProfile/XmlMaterialProfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/XmlMaterialProfile/XmlMaterialProfile.py b/plugins/XmlMaterialProfile/XmlMaterialProfile.py index 4cc3638f71..d7d11a1f44 100644 --- a/plugins/XmlMaterialProfile/XmlMaterialProfile.py +++ b/plugins/XmlMaterialProfile/XmlMaterialProfile.py @@ -343,7 +343,7 @@ class XmlMaterialProfile(InstanceContainer): return stream.getvalue().decode("utf-8") - def getFileName(self): + def getFileName(self) -> str: return (self.getMetaDataEntry("base_file") + ".xml.fdm_material").replace(" ", "+") # Recursively resolve loading inherited files