]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
Small message at the end of default profile generation
authorCamille GOUTTEBROZE <camille.gouttebroze@cea.fr>
Wed, 22 Oct 2014 08:14:39 +0000 (10:14 +0200)
committerCamille GOUTTEBROZE <camille.gouttebroze@cea.fr>
Wed, 22 Oct 2014 08:14:39 +0000 (10:14 +0200)
src/AppQuickStart/app-quickstart.py

index 8af188b4c23dfc16ce3c71c1895514877c6ef638..6819212580599b39677c0cfa770693de6be50c67 100755 (executable)
@@ -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 )
+
 
 # -----------------------------------------------------------------------------