-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
A module with the following parameter set
prod = cms.EDProducer("D",
a_ = cms.VPSet(
cms.PSet(foo = cms.PSet(bar = cms.int32(1)))))
will not be properly parsed by ConfdbLoadParamsFromConfigs141.py. The label foo will be lost. This problem was found as part of the discussion in cms-sw/cmssw#47653.
The underlying issue is with the following lines
hlt-confdb/parser/ConfdbLoadParamsFromConfigs141.py
Lines 1391 to 1392 in b61ec72
| if(psetname.find("[") != -1 and psetname.find("]") != -1): | |
| parametername = '' |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels