Skip to content

Commit f9cd18b

Browse files
committed
Fix copy-paste bug
1 parent 32edfbe commit f9cd18b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

MC/bin/o2dpg_sim_workflow.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,6 @@ def getDPL_global_options(bigshm=False):
302302
+ ' --field ' + str(BFIELD) + ' ' + str(CONFKEYBKG) + ' --timestamp ' + str(args.timestamp)
303303
if not "all" in activeDetectors:
304304
BKGtask['cmd'] += ' --readoutDetectors ' + " ".join(activeDetectors)
305-
workflow['stages'].append(SGNtask)
306305

307306
workflow['stages'].append(BKGtask)
308307

0 commit comments

Comments
 (0)