]> SALOME platform Git repositories - tools/sat.git/blobdiff - sat
Salome HOME
get caller info in debug write
[tools/sat.git] / sat
diff --git a/sat b/sat
index 921aab8b0bdad908548167eef085b0cb5ad42020..e4c65502be57fc1c81d8c64162969695008ceae8 100755 (executable)
--- a/sat
+++ b/sat
@@ -52,9 +52,9 @@ DBG.write("Python version", sys.version, DBG.isDeveloper())
 #################################
 if __name__ == "__main__":
     if platform.python_version()[0]=="3":
-        msg_py3="sat is used with python 3!! It is not designed for!\n"\
+        msg_py3="sat is used with python 3!! It is not yet completely validated for!\n"\
                 "Please check you environment.\n"\
-                "sat should be used with a (native) python 2 version."
+                "sat should be used preferentially with a (native) python 2 version."
         logger.warning(msg_py3)
     from src.salomeTools import Sat # it is time to do import