]> SALOME platform Git repositories - modules/smesh.git/blobdiff - src/Tools/blocFissure/CasTests/blocFissureTest.py
Salome HOME
Merge branch 'V9_13_BR'
[modules/smesh.git] / src / Tools / blocFissure / CasTests / blocFissureTest.py
index 49585fc208921f0c4f2ed1923160139f3de8a27a..594eeef602437754859b9aff720b9cdbc821c1da 100755 (executable)
@@ -1,5 +1,5 @@
 # -*- coding: utf-8 -*-
-# Copyright (C) 2014-2021  EDF R&D
+# Copyright (C) 2014-2024  CEA, EDF
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -47,7 +47,7 @@ from blocFissure.gmu import initLog
 from blocFissure.gmu.casStandard import casStandard
 
 # -----------------------------------------------------------------------------------------------
-LOGFILE = os.path.join(tempfile.gettempdir(),"blocFissure.log")
+LOGFILE = tempfile.NamedTemporaryFile().name + "_blocFissure.log"
 #initLog.setDebug(LOGFILE)     # debug = 10
 #initLog.setVerbose(LOGFILE)   # info = 20
 #initLog.setRelease(LOGFILE)   # warning = 30