From 7353db3713fe64558292c41721e30bca4a4827f2 Mon Sep 17 00:00:00 2001 From: tmadlener Date: Tue, 12 Sep 2023 16:04:33 +0200 Subject: [PATCH] Import os in multithreading example --- test/gaudi_opts/clicReconstruction_mt.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/gaudi_opts/clicReconstruction_mt.py b/test/gaudi_opts/clicReconstruction_mt.py index 0fbd620d..237bc03a 100644 --- a/test/gaudi_opts/clicReconstruction_mt.py +++ b/test/gaudi_opts/clicReconstruction_mt.py @@ -16,6 +16,8 @@ # See the License for the specific language governing permissions and # limitations under the License. # +import os + from Gaudi.Configuration import * # Parallel stuff