]> SALOME platform Git repositories - tools/sat.git/commitdiff
Salome HOME
correction typo V9_10_BR V9_10_0
authorcrouzet <nicolas.crouzet@cea.fr>
Fri, 9 Dec 2022 15:47:49 +0000 (16:47 +0100)
committercrouzet <nicolas.crouzet@cea.fr>
Fri, 9 Dec 2022 15:47:49 +0000 (16:47 +0100)
src/product.py

index e1c589383bdcde55cf2a01c34a4c96099d585606..6f8e28d48d0061654b56b9cf6c6c34f74b7723c7 100644 (file)
@@ -1154,7 +1154,7 @@ def product_has_post_script(product_info):
     :return: True if the product has one or more patches
     :rtype: boolean
     """   
-    is src.architecture.is_windows():
+    if src.architecture.is_windows():
 #       post install scripts are not necessary on windows
         return False
     res = ( "post_script" in product_info and len(product_info.post_script) > 0 )