Salome HOME
Copyright update 2020
[modules/smesh.git] / src / Tools / MacMesh / MacMesh / Alarms.py
index 1aedce1e12c9a89e292aa32cbd5ad03ae9d0cb9e..b1522b1e096a15313ba8c1669f5a32aa8980dc37 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2014-2016  EDF R&D
+# Copyright (C) 2014-2020  EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -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