Merge pull request #74 from lawrencejohnston/master
Fix for #73: When start.gcode is changed changes are not saved
This commit is contained in:
commit
da19930965
1 changed files with 1 additions and 1 deletions
|
|
@ -322,7 +322,7 @@ def setAlterationFile(filename, value):
|
|||
if not globalProfileParser.has_section('alterations'):
|
||||
globalProfileParser.add_section('alterations')
|
||||
globalProfileParser.set('alterations', filename, value.encode("utf-8"))
|
||||
saveGlobalProfile(profile.getDefaultProfilePath())
|
||||
saveGlobalProfile(getDefaultProfilePath())
|
||||
|
||||
### Get the alteration file for output. (Used by Skeinforge)
|
||||
def getAlterationFileContents(filename):
|
||||
|
|
|
|||
Loading…
Reference in a new issue