Salome HOME
updated copyright message
[modules/shaper.git] / src / FeaturesPlugin / Test / TestPlacement_Face_Face.py
index edcfc7bcec46b2ba02f29e5ecbd1aa6d92ca7ed3..988aebcb427f7bcc6414159559a0130a0873b38f 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2014-2019  CEA/DEN, EDF R&D
+# Copyright (C) 2014-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
@@ -133,7 +133,6 @@ aSession.finishOperation()
 assert (len(aPlacementFt.results()) > 0)
 aPlacementResult = modelAPI_ResultBody(aPlacementFt.firstResult())
 assert (aPlacementResult is not None)
-aSession.finishOperation()
 
 from salome.shaper import model
 assert(model.checkPythonDump())