Salome HOME
Update of CheckDone
[modules/smesh.git] / src / Tools / blocFissure / gmu / insereFissureLongue_g.py
index 3453f1f3001158600228cc8e351746040ce3c489..c05e1e601d73e491baa6f2070d1884fef46df279 100644 (file)
@@ -1,5 +1,5 @@
 # -*- coding: utf-8 -*-
-# Copyright (C) 2014-2021  EDF R&D
+# Copyright (C) 2014-2024  EDF
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -21,7 +21,6 @@
 
 import logging
 
-import salome
 import SMESH
 
 from .geomsmesh import geompy
@@ -41,7 +40,7 @@ def insereFissureLongue_g(nomFicFissure, fichierMaillageFissure, nomFicSain, mai
                           nro_cas=None):
   """Les groupes de la fissure longue"""
   logging.info('start')
-  logging.info("Pour le cas n°%d", nro_cas)
+  logging.info("Pour le cas n°%s", nro_cas)
 
   O, _, _, _ = triedreBase()