]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
Small fix
authorCamille GOUTTEBROZE <camille.gouttebroze@cea.fr>
Tue, 14 Oct 2014 13:32:42 +0000 (15:32 +0200)
committerCamille GOUTTEBROZE <camille.gouttebroze@cea.fr>
Tue, 14 Oct 2014 13:32:42 +0000 (15:32 +0200)
bin/app-quickstart.py

index 8185a4b4ce8713a9e41f1c675169166815e247b5..5ebd1d5e539beaef158b5a4554d8815927bc6dfa 100755 (executable)
@@ -41,7 +41,7 @@ def profileQuickStartParser() :
                       "--modules",
                       metavar="<module1,module2,...>",
                       type="string",
-                      action="append",
+                      action="store",
                       dest="modules",
                       default='KERNEL,GUI',
                       help="List of the application's modules")