]> SALOME platform Git repositories - tools/sat.git/blobdiff - commands/prepare.py
Salome HOME
sat #32534 : warning if the application is used on a not supported platform, and...
[tools/sat.git] / commands / prepare.py
index 66f77e0606c7a09372af5295fe17f6a5deef33b2..71a44a805b935d1dac409f7f2f6256675dd37a09 100644 (file)
@@ -88,6 +88,9 @@ def run(args, runner, logger):
     # check that the command has been called with an application
     src.check_config_has_application( runner.cfg )
 
+    # write warning if platform is not declared as supported
+    src.check_platform_is_supported( runner.cfg, logger )
+
     products_infos = src.product.get_products_list(options, runner.cfg, logger)
 
     # Construct the arguments to pass to the clean, source and patch commands