We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51c88a5 commit 6df6c4aCopy full SHA for 6df6c4a
MC/bin/o2dpg_sim_workflow.py
@@ -1816,7 +1816,7 @@ def getDigiTaskName(det):
1816
"--anchor-pass ${ALIEN_JDL_LPMANCHORPASSNAME:-unknown}",
1817
"--anchor-prod ${ALIEN_JDL_LPMANCHORPRODUCTION:-unknown}",
1818
"--reco-pass ${ALIEN_JDL_LPMPASSNAME:-unknown}",
1819
- f"--aod-parent {args.aod_parent_file}" if len(args.aod_parent_file) > 0 else ""
+ f"--aod-parent {args.aod_parent_file}" if len(args.aod_parent_file) > 0 else "",
1820
created_by_option,
1821
"--combine-source-devices" if not args.no_combine_dpl_devices else "",
1822
"--disable-mc" if args.no_mc_labels else "",
0 commit comments