From a32e42e57bb5fe1135550725111f69531e289da2 Mon Sep 17 00:00:00 2001 From: Camille GOUTTEBROZE Date: Wed, 22 Oct 2014 10:15:44 +0200 Subject: [PATCH] Typo --- src/AppQuickStart/app-quickstart.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) # ----------------------------------------------------------------------------- -- 2.39.2