From 0494a684bdf4eb4724e205f1fdd7d0336f52e8d5 Mon Sep 17 00:00:00 2001 From: Markus FRANK <Markus.Frank@cern.ch> Date: Mon, 23 Aug 2021 21:57:13 +0200 Subject: [PATCH] Allow for sensitive actions with multiple readout segmentation in the Geant4Sensitive action sequence --- DDTest/python/test_import_ddg4.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DDTest/python/test_import_ddg4.py b/DDTest/python/test_import_ddg4.py index 7c6a6b8e4..3626c707f 100644 --- a/DDTest/python/test_import_ddg4.py +++ b/DDTest/python/test_import_ddg4.py @@ -9,4 +9,4 @@ from test_import import test_module def test_module_ddg4(): - test_module('DDG4') + test_module(str('DDG4')) -- GitLab