Skip to content

Commit 6df6c4a

Browse files
authored
Fix python syntax problem
1 parent 51c88a5 commit 6df6c4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MC/bin/o2dpg_sim_workflow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1816,7 +1816,7 @@ def getDigiTaskName(det):
18161816
"--anchor-pass ${ALIEN_JDL_LPMANCHORPASSNAME:-unknown}",
18171817
"--anchor-prod ${ALIEN_JDL_LPMANCHORPRODUCTION:-unknown}",
18181818
"--reco-pass ${ALIEN_JDL_LPMPASSNAME:-unknown}",
1819-
f"--aod-parent {args.aod_parent_file}" if len(args.aod_parent_file) > 0 else ""
1819+
f"--aod-parent {args.aod_parent_file}" if len(args.aod_parent_file) > 0 else "",
18201820
created_by_option,
18211821
"--combine-source-devices" if not args.no_combine_dpl_devices else "",
18221822
"--disable-mc" if args.no_mc_labels else "",

0 commit comments

Comments
 (0)