Salome HOME
Merge tag 'V8_3_0a2' into ngr/python3_dev
[modules/smesh.git] / src / Tools / MacMesh / MacMesh / Alarms.py
index 1aedce1e12c9a89e292aa32cbd5ad03ae9d0cb9e..e0d7de6aca458c67489d55e602b2fa600631aeb6 100644 (file)
@@ -23,6 +23,6 @@ def Message (code) :
                       2 : lambda x: "Fatal: Incorrect input \n",
                       3 : lambda x: "Fatal: Overlapping objects detected \n",
                       4 : lambda x: "Fatal: Incompatible object type with neighbouring objects" }[code](str(code))
-    print MessageString
+    print(MessageString)
     #if code > 1 : sys.exit()
     return 1