mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-16 11:17:49 -06:00
GCodeProfileReader: Removing useless containername
This commit is contained in:
parent
1dc29fb984
commit
688accfab7
1 changed files with 2 additions and 2 deletions
|
@ -74,7 +74,7 @@ class GCodeProfileReader(ProfileReader):
|
||||||
Logger.log("i", "Serialized the following from %s: %s" %(file_name, repr(serialized)))
|
Logger.log("i", "Serialized the following from %s: %s" %(file_name, repr(serialized)))
|
||||||
|
|
||||||
# Create an empty profile - the id will be changed later
|
# Create an empty profile - the id will be changed later
|
||||||
profile = InstanceContainer("G-code-imported-profile")
|
profile = InstanceContainer("")
|
||||||
profile.addMetaDataEntry("type", "quality")
|
profile.addMetaDataEntry("type", "quality")
|
||||||
try:
|
try:
|
||||||
profile.deserialize(serialized)
|
profile.deserialize(serialized)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue