Skip to content

Commit 5f21082

Browse files
committed
fix o2-sim param name
1 parent d072fe3 commit 5f21082

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
@@ -196,7 +196,7 @@ def getDPL_global_options(bigshm=False,nosmallrate=False):
196196
INIFILE=' --configFile ' + args.ini
197197
CONFKEY=''
198198
if args.confKey!= '':
199-
CONFKEY=' --configKeyValue ' + args.confKey
199+
CONFKEY=' --configKeyValues ' + args.confKey
200200
PROCESS=args.proc
201201
TRIGGER=''
202202
if args.trigger != '':

0 commit comments

Comments
 (0)