From: hg42@gmx.net Date: Mon, 13 Jan 2014 00:36:48 +0000 (+0100) Subject: show where the preferences come from X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=d2374acabb95fa9f48e09d306ed4891120524c77;p=cura.git show where the preferences come from --HG-- extra : source : c3fd5b230ed8c9632def9fae3d28aea83edf9c5c --- diff --git a/Cura/cura.py b/Cura/cura.py index c631a02f..dadb2238 100644 --- a/Cura/cura.py +++ b/Cura/cura.py @@ -28,7 +28,9 @@ def main(): (options, args) = parser.parse_args() + print "load preferences from " + profile.getPreferencePath() profile.loadPreferences(profile.getPreferencePath()) + if options.profile is not None: profile.setProfileFromString(options.profile) elif options.profileini is not None: