Skip to content

Commit

Permalink
Fix Looper type name used in python
Browse files Browse the repository at this point in the history
- auto generated cfi.py files had wrong python type name
  • Loading branch information
Dr15Jones committed Mar 14, 2024
1 parent 980274e commit 1fa5fa2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const std::string edm::ParameterSetDescriptionFillerBase::kEmpty("");
const std::string edm::ParameterSetDescriptionFillerBase::kBaseForService("Service");
const std::string edm::ParameterSetDescriptionFillerBase::kBaseForESSource("ESSource");
const std::string edm::ParameterSetDescriptionFillerBase::kBaseForESProducer("ESProducer");
const std::string edm::ParameterSetDescriptionFillerBase::kBaseForEDLooper("EDLooper");
const std::string edm::ParameterSetDescriptionFillerBase::kBaseForEDLooper("Looper");
const std::string edm::ParameterSetDescriptionFillerBase::kExtendedBaseForEDAnalyzer("EDAnalyzer");
const std::string edm::ParameterSetDescriptionFillerBase::kExtendedBaseForEDProducer("EDProducer");
const std::string edm::ParameterSetDescriptionFillerBase::kExtendedBaseForEDFilter("EDFilter");
Expand Down

0 comments on commit 1fa5fa2

Please sign in to comment.