Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Zehvogel committed Aug 29, 2023
1 parent 61336f5 commit 18ba084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CLDConfig/CLDReconstruction.py
Original file line number Diff line number Diff line change
Expand Up @@ -1130,7 +1130,7 @@
algList.append(Output_REC)
algList.append(Output_DST)

if CONFIG["OutputMode"] == "EDM4hep":
if CONFIG["OutputMode"] == "EDM4Hep":
from Configurables import Lcio2EDM4hepTool
lcioConvTool = Lcio2EDM4hepTool("lcio2EDM4hep")
lcioConvTool.convertAll = True
Expand Down

0 comments on commit 18ba084

Please sign in to comment.