We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e0d63c commit 8222e97Copy full SHA for 8222e97
Configuration/Applications/python/ConfigBuilder.py
@@ -1447,7 +1447,8 @@ def prepare_GEN(self, stepSpec = None):
1447
self._options.nConcurrentIOVs = 1
1448
elif isinstance(theObject, cms.Sequence) or isinstance(theObject, cmstypes.ESProducer):
1449
self._options.inlineObjects+=','+name
1450
-
+ if name == 'ProductionFilterSequence':
1451
+ self.productionFilterSequence = 'ProductionFilterSequence'
1452
if stepSpec == self.GENDefaultSeq or stepSpec == 'pgen_genonly':
1453
if 'ProductionFilterSequence' in genModules and ('generator' in genModules):
1454
self.productionFilterSequence = 'ProductionFilterSequence'
0 commit comments