From ff58aea82bc5b7946267e2b852d69cc36e821097 Mon Sep 17 00:00:00 2001 From: Tasnuva Chowdhury <ch.tasnuva@cern.ch> Date: Fri, 9 Oct 2020 13:04:54 +0200 Subject: [PATCH] Bug Fix: AttributeError: JobPropertyContainer:: JobProperties does not have property CaloRecFlags --- .../CaloRecEx/share/CaloRecOutputItemList_jobOptions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Calorimeter/CaloExample/CaloRecEx/share/CaloRecOutputItemList_jobOptions.py b/Calorimeter/CaloExample/CaloRecEx/share/CaloRecOutputItemList_jobOptions.py index 136e4c3b1ff..95ad04801a8 100644 --- a/Calorimeter/CaloExample/CaloRecEx/share/CaloRecOutputItemList_jobOptions.py +++ b/Calorimeter/CaloExample/CaloRecEx/share/CaloRecOutputItemList_jobOptions.py @@ -1,5 +1,5 @@ #************** ESD list ************************************************ - +from CaloRec.CaloRecFlags import jobproperties from AthenaCommon.JobProperties import jobproperties from AthenaCommon.Logging import logging -- GitLab