Skip to content

Commit 9440b45

Browse files
committed
add missing space
1 parent a088b5e commit 9440b45

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
@@ -106,7 +106,7 @@ def getDPL_global_options(bigshm=False,nosmallrate=False):
106106
GENBKG=args.genBkg
107107
INIBKG=args.iniBkg
108108
BKGtask=createTask(name='bkgsim', lab=["GEANT"], cpu='8')
109-
BKGtask['cmd']='o2-sim -e ' + SIMENGINE + ' -j ' + str(NWORKERS) + ' -n ' + str(NBKGEVENTS) + ' -g ' + str(GENBKG) + str(MODULES) + ' -o bkg --configFile ' + str(INIBKG)
109+
BKGtask['cmd']='o2-sim -e ' + SIMENGINE + ' -j ' + str(NWORKERS) + ' -n ' + str(NBKGEVENTS) + ' -g ' + str(GENBKG) + ' ' + str(MODULES) + ' -o bkg --configFile ' + str(INIBKG)
110110
workflow['stages'].append(BKGtask)
111111

112112
# check if we should upload background event

0 commit comments

Comments
 (0)