Skip to content

Commit

Permalink
Merge pull request #44406 from Dr15Jones/fixLooperConfig
Browse files Browse the repository at this point in the history
Fix Looper type name used in python
  • Loading branch information
cmsbuild authored Mar 15, 2024
2 parents 7827a07 + 1fa5fa2 commit 8731f56
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 8731f56

Please sign in to comment.