Salome HOME
updated copyright message
[modules/shaper.git] / src / PythonAPI / model / services / __init__.py
index 1e5132e1118e45c8b056b7c9f6115c6869029d65..67b4fb9c677508acefedeceb3382e1c7d6ba3276 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2016-2022  CEA/DEN, EDF R&D
+# Copyright (C) 2016-2023  CEA, EDF
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -74,6 +74,7 @@ def checkPythonDump(theDumpMode = CHECK_NAMING_AND_GEOMETRICAL):
   aGeo  = aPrefix + "_geo.py"
   aWeak = aPrefix + "_weak.py"
   isOk = checkPyDump(aNaming, aGeo, aWeak, theDumpMode)
+  removeTmpFile(aPrefix)
   removeTmpFile(aNaming)
   removeTmpFile(aGeo)
   removeTmpFile(aWeak)