diff --git a/Cura/util/profile.py b/Cura/util/profile.py index 3a17a45d..1596f043 100644 --- a/Cura/util/profile.py +++ b/Cura/util/profile.py @@ -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):