Skip to content

Commit 2eb7333

Browse files
authored
Cell write does not need config values
fixes an unknown key crash seen on ubuntu
1 parent ec4b1b7 commit 2eb7333

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
@@ -1054,7 +1054,7 @@ def getDigiTaskName(det):
10541054
EMCRECOtask['cmd'] += ('',' --disable-mc')[args.no_mc_labels]
10551055
EMCRECOtask['cmd'] += ' | ${O2_ROOT}/bin/o2-emcal-cell-recalibrator-workflow --input-subspec 1 --output-subspec 0 --no-timecalib --no-gaincalib ' + putConfigValues()
10561056
EMCRECOtask['cmd'] += (' --isMC','')[args.no_mc_labels]
1057-
EMCRECOtask['cmd'] += ' | ${O2_ROOT}/bin/o2-emcal-cell-writer-workflow --subspec 0 ' + getDPL_global_options() + putConfigValues()
1057+
EMCRECOtask['cmd'] += ' | ${O2_ROOT}/bin/o2-emcal-cell-writer-workflow --subspec 0 ' + getDPL_global_options()
10581058
EMCRECOtask['cmd'] += ('',' --disable-mc')[args.no_mc_labels]
10591059
workflow['stages'].append(EMCRECOtask)
10601060

0 commit comments

Comments
 (0)