From: Camille GOUTTEBROZE Date: Wed, 22 Oct 2014 08:15:44 +0000 (+0200) Subject: Typo X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=a32e42e57bb5fe1135550725111f69531e289da2;p=modules%2Fkernel.git Typo --- diff --git a/src/AppQuickStart/app-quickstart.py b/src/AppQuickStart/app-quickstart.py index 681921258..51a69056e 100755 --- a/src/AppQuickStart/app-quickstart.py +++ b/src/AppQuickStart/app-quickstart.py @@ -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 ) # -----------------------------------------------------------------------------