X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=commands%2Fconfigure.py;h=a65a5e7a254125e41bfd7b7738af209491d2c9f7;hb=8f9bc2930bdcc208d48d3990090cd37aded36799;hp=17341d8bbb06eeea0aa100b753f643f213e08325;hpb=ca89ddf7fe63332575a5a540034ce590c8f9089b;p=tools%2Fsat.git diff --git a/commands/configure.py b/commands/configure.py index 17341d8..a65a5e7 100644 --- a/commands/configure.py +++ b/commands/configure.py @@ -177,7 +177,7 @@ def description(): "cmake: cmake\nscript: N\A") def run(args, runner, logger): - '''method that is called when salomeTools is called with prepare parameter. + '''method that is called when salomeTools is called with make parameter. ''' # Parse the options @@ -186,7 +186,7 @@ def run(args, runner, logger): # check that the command has been called with an application src.check_config_has_application( runner.cfg ) - # Get the list of products to threat + # Get the list of products to treat products_infos = get_products_list(options, runner.cfg, logger) # Print some informations @@ -199,6 +199,8 @@ def run(args, runner, logger): # Call the function that will loop over all the products and execute # the right command(s) + if options.option is None: + options.option = "" res = configure_all_products(runner.cfg, products_infos, options.option, logger) # Print the final state