From a258fc9e852e29843b40b698f65ac65080dd064a Mon Sep 17 00:00:00 2001 From: vvolkl Date: Mon, 19 Oct 2020 12:13:59 +0200 Subject: [PATCH] bugfix in options --- Examples/options/pythia.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples/options/pythia.py b/Examples/options/pythia.py index 9f0adac54..d341dd887 100644 --- a/Examples/options/pythia.py +++ b/Examples/options/pythia.py @@ -10,7 +10,7 @@ from Gaudi.Configuration import * from Configurables import ApplicationMgr -ApplicationMgr().EvtSel = 'None' +ApplicationMgr().EvtSel = 'NONE' ApplicationMgr().EvtMax = 2 ApplicationMgr().OutputLevel = INFO