Skip to content
Snippets Groups Projects
Commit eefd0f42 authored by Susumu Oda's avatar Susumu Oda Committed by Ruth Pottgen
Browse files

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

parent bf4423ac
No related branches found
No related tags found
No related merge requests found
......@@ -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)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment