Skip to content

Commit 9f973cf

Browse files
committed
indentation fix
1 parent 4cff388 commit 9f973cf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

MC/bin/o2dpg_sim_workflow.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,8 @@ def getDPL_global_options(bigshm=False):
470470
# The :r flag means to shuffle the background events randomly
471471
if doembedding:
472472
ContextTask['cmd'] += ';o2-steer-colcontexttool -i bkg,' + str(INTRATE) + ',' + str(args.nb) + ':r' + str(args.nb) + ' ' + signalprefix + ',' + args.embeddPattern + ' --show-context'
473-
workflow['stages'].append(ContextTask)
473+
474+
workflow['stages'].append(ContextTask)
474475

475476
tpcdigineeds=[ContextTask['name'], LinkGRPFileTask['name']]
476477
if usebkgcache:

0 commit comments

Comments
 (0)