From ba27a0146da85174bced7ad48f239d74c588206c Mon Sep 17 00:00:00 2001 From: Markus FRANK <Markus.Frank@cern.ch> Date: Mon, 23 Aug 2021 22:01:23 +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 3626c707f..e9d5ab6eb 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(str('DDG4')) + test_module(u'DDG4') -- GitLab