]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
Typo
authorCamille GOUTTEBROZE <camille.gouttebroze@cea.fr>
Wed, 22 Oct 2014 08:15:44 +0000 (10:15 +0200)
committerCamille GOUTTEBROZE <camille.gouttebroze@cea.fr>
Wed, 22 Oct 2014 08:15:44 +0000 (10:15 +0200)
src/AppQuickStart/app-quickstart.py

index 6819212580599b39677c0cfa770693de6be50c67..51a69056eaf1b7d743ba84a7e2bbaa3e6f061ab9 100755 (executable)
@@ -235,7 +235,7 @@ def profileGenerateSources( options, args ) :
         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 )
+    print "Sources of %s were generated in %s." %( options.name, app_dir )
 
 
 # -----------------------------------------------------------------------------