mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-11 00:37:50 -06:00
Fix comment
It had some variable name pasted into it by accident. Contributes to issue CURA-936.
This commit is contained in:
parent
2ca2581915
commit
7a913bf99a
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ class GCodeProfileReader(ProfileReader):
|
||||||
profile.setType(None) #Force type to none so it's correctly added.
|
profile.setType(None) #Force type to none so it's correctly added.
|
||||||
profile.setReadOnly(False)
|
profile.setReadOnly(False)
|
||||||
profile.setDirty(True)
|
profile.setDirty(True)
|
||||||
except Exception as e: #Not a valid g-comachine_instance_profilede file.
|
except Exception as e: #Not a valid g-code file.
|
||||||
Logger.log("e", "Unable to serialise the profile: %s", str(e))
|
Logger.log("e", "Unable to serialise the profile: %s", str(e))
|
||||||
return None
|
return None
|
||||||
return profile
|
return profile
|
Loading…
Add table
Add a link
Reference in a new issue