Skip to content

Commit 7930300

Browse files
committed
added *args and **kwargs to build_config in et.py
1 parent ce3bee6 commit 7930300

File tree

1 file changed

+1
-1
lines changed
  • python/ArtusConfigs/Run2CPStudies

1 file changed

+1
-1
lines changed

Diff for: python/ArtusConfigs/Run2CPStudies/et.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ def addProcessors(self, nickname):
265265
ordered_processors = processorOrderingkey.order_processors(self["Processors"])
266266
self["Processors"] = copy.deepcopy(ordered_processors)
267267

268-
def build_config(self, nickname): #Maybe change this the arguments to process/year and DATA/MC
268+
def build_config(self, nickname, *args, **kwargs): #Maybe change this the arguments to process/year and DATA/MC
269269
"""
270270
"include" : [
271271
"$CMSSW_BASE/src/HiggsAnalysis/KITHiggsToTauTau/data/ArtusConfigs/Run2Analysis/Includes/settingsLooseElectronID.json",

0 commit comments

Comments
 (0)