From d2374acabb95fa9f48e09d306ed4891120524c77 Mon Sep 17 00:00:00 2001 From: "hg42@gmx.net" Date: Mon, 13 Jan 2014 01:36:48 +0100 Subject: [PATCH] show where the preferences come from --HG-- extra : source : c3fd5b230ed8c9632def9fae3d28aea83edf9c5c --- Cura/cura.py | 2 ++ 1 file changed, 2 insertions(+) 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: -- 2.30.2