Skip to content
Snippets Groups Projects

Change default value of doRPVLLTriggerAPI to False (DATREP-183)

Merged Susumu Oda requested to merge oda/athena:21.0-DATREP-183 into 21.0
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -194,6 +194,6 @@ rpvllTrig=jobproperties.RPVLLTriggerAPIFlags
class doRPVLLTriggerAPI(JobProperty):
statusOn = True
allowedTypes = ["bool"]
StoredValue = True
StoredValue = False # TriggerAPI is not correctly working now. See DATREP-183
pass
rpvllTrig.add_JobProperty(doRPVLLTriggerAPI)
Loading