From d47f00f84f388359b0af95535384f7d86395c0f7 Mon Sep 17 00:00:00 2001 From: Camille GOUTTEBROZE Date: Wed, 22 Oct 2014 10:14:39 +0200 Subject: [PATCH] Small message at the end of default profile generation --- src/AppQuickStart/app-quickstart.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/AppQuickStart/app-quickstart.py b/src/AppQuickStart/app-quickstart.py index 8af188b4c..681921258 100755 --- a/src/AppQuickStart/app-quickstart.py +++ b/src/AppQuickStart/app-quickstart.py @@ -234,6 +234,9 @@ def profileGenerateSources( options, args ) : im.save( os.path.join( app_resources_dir, 'splash.png'), "PNG" ) im.save( os.path.join( app_resources_dir, 'about.png'), "PNG" ) + #End of script + print "Sources of %s were generated in %." %( options.name, app_dir ) + # ----------------------------------------------------------------------------- -- 2.39.2