mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-06-04 11:14:21 +08:00
Merge remote-tracking branch 'origin/4.2'
This commit is contained in:
commit
80bf8c22ee
@ -85,7 +85,7 @@ class CuraProfileReader(ProfileReader):
|
|||||||
profile = InstanceContainer(profile_id)
|
profile = InstanceContainer(profile_id)
|
||||||
profile.setMetaDataEntry("type", "quality_changes")
|
profile.setMetaDataEntry("type", "quality_changes")
|
||||||
try:
|
try:
|
||||||
profile.deserialize(serialized)
|
profile.deserialize(serialized, file_name = profile_id)
|
||||||
except ContainerFormatError as e:
|
except ContainerFormatError as e:
|
||||||
Logger.log("e", "Error in the format of a container: %s", str(e))
|
Logger.log("e", "Error in the format of a container: %s", str(e))
|
||||||
return None
|
return None
|
||||||
|
Loading…
x
Reference in New Issue
Block a user