Skip to content

Commit 7be45d7

Browse files
knopers8chiarazampolli
authored andcommitted
Do not use --condition-not-after for QC
QC does not have this argument: [ERROR] error parsing options of o2-qc: unrecognised option '--condition-not-after'
1 parent 161fe5f commit 7be45d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

MC/bin/o2dpg_sim_workflow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -995,7 +995,7 @@ def addQCPerTF(taskName, needs, readerCommand, configFilePath, objectsFile=''):
995995
task['cmd'] = f'{readerCommand} | o2-qc --config {configFilePath}' + \
996996
f' --local-batch ../{qcdir}/{objectsFile}' + \
997997
f' --override-values "qc.config.Activity.number={args.run};qc.config.Activity.periodName={args.productionTag};qc.config.Activity.start={args.timestamp}"' + \
998-
' ' + getDPL_global_options()
998+
' ' + getDPL_global_options(ccdbbackend=False)
999999
# Prevents this task from being run for multiple TimeFrames at the same time, thus trying to modify the same file.
10001000
task['semaphore'] = objectsFile
10011001
workflow['stages'].append(task)

0 commit comments

Comments
 (0)