Skip to content

Commit 8c9504f

Browse files
committed
Fix syntax error
1 parent bf6cc7f commit 8c9504f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MC/bin/o2dpg_sim_workflow.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -539,8 +539,8 @@ def getDPL_global_options(bigshm=False):
539539
globalTFConfigValues = { "HBFUtils.orbitFirstSampled" : args.first_orbit + startOrbit,
540540
"HBFUtils.nHBFPerTF" : orbitsPerTF,
541541
"HBFUtils.startTime" : args.timestamp,
542-
"HBFUtils.orbitFirst" : args.first_orbit
543-
"HBFUtils.runNumber" : args.run}
542+
"HBFUtils.orbitFirst" : args.first_orbit,
543+
"HBFUtils.runNumber" : args.run }
544544

545545

546546
def putConfigValues(localCF = {}):

0 commit comments

Comments
 (0)