mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -06:00
Fix profile upgrade in profile importing
CURA-6681
This commit is contained in:
parent
0bf683d7b9
commit
33739ea7a8
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ class CuraProfileReader(ProfileReader):
|
|||
profile = InstanceContainer(profile_id)
|
||||
profile.setMetaDataEntry("type", "quality_changes")
|
||||
try:
|
||||
profile.deserialize(serialized)
|
||||
profile.deserialize(serialized, file_name = profile_id)
|
||||
except ContainerFormatError as e:
|
||||
Logger.log("e", "Error in the format of a container: %s", str(e))
|
||||
return None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue