From 7a913bf99ab2a0730b9f340c5d0645bc03efbc02 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Wed, 2 Mar 2016 17:31:28 +0100 Subject: Fix comment It had some variable name pasted into it by accident. Contributes to issue CURA-936. --- plugins/GCodeProfileReader/GCodeProfileReader.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/GCodeProfileReader') diff --git a/plugins/GCodeProfileReader/GCodeProfileReader.py b/plugins/GCodeProfileReader/GCodeProfileReader.py index 140547a05c..50048d831b 100644 --- a/plugins/GCodeProfileReader/GCodeProfileReader.py +++ b/plugins/GCodeProfileReader/GCodeProfileReader.py @@ -69,7 +69,7 @@ class GCodeProfileReader(ProfileReader): profile.setType(None) #Force type to none so it's correctly added. profile.setReadOnly(False) 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)) return None return profile \ No newline at end of file -- cgit v1.2.3