Skip to content

Commit d643155

Browse files
committed
placeholder command for sgn_config
Signal_generator_config command could have been empty under certain circumstances. This commit is preventing this.
1 parent e11bc1f commit d643155

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

MC/bin/o2dpg_sim_workflow.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,7 @@ def getDPL_global_options(bigshm=False,nosmallrate=False):
271271

272272
# produce the signal configuration
273273
SGN_CONFIG_task=createTask(name='gensgnconf_'+str(tf), tf=tf, cwd=timeframeworkdir)
274+
SGN_CONFIG_task['cmd'] = 'echo "placeholder / dummy task"'
274275
if GENERATOR == 'pythia8':
275276
SGN_CONFIG_task['cmd'] = '${O2DPG_ROOT}/MC/config/common/pythia8/utils/mkpy8cfg.py \
276277
--output=pythia8.cfg \

0 commit comments

Comments
 (0)