From: Serge Rehbinder Date: Thu, 5 Jan 2017 09:41:43 +0000 (+0100) Subject: put an integer value for default nb_proc option X-Git-Tag: 5.0.0a1~38^2~27 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=2dba4e0dca1e43eda451cf93f0d9459b7dca2f49;p=tools%2Fsat.git put an integer value for default nb_proc option --- diff --git a/commands/script.py b/commands/script.py index bb7fd8d..3f65fed 100644 --- a/commands/script.py +++ b/commands/script.py @@ -30,7 +30,7 @@ parser.add_option('', 'nb_proc', 'int', 'nb_proc', _('Optional: The number of processors to use in the script if the make ' 'command is used in it.\n\tWarning: the script has to be correctly written ' 'if you want this option to work.\n\tThe $MAKE_OPTIONS has to be ' - 'used.'), "") + 'used.'), 0) def get_products_list(options, cfg, logger): '''method that gives the product list with their informations from