Skip to content

Commit c9d6db5

Browse files
committed
avoid space error before DPL options
1 parent b90a4d5 commit c9d6db5

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
@@ -195,7 +195,7 @@ def addWhenActive(detID, needslist, appendstring):
195195

196196

197197
def getDPL_global_options(bigshm=False):
198-
common="-b --run --driver-client-backend ws:// "
198+
common=" -b --run --driver-client-backend ws:// "
199199
if args.noIPC!=None:
200200
return common + " --no-IPC "
201201
if bigshm:

0 commit comments

Comments
 (0)