Skip to content

Commit 9af09b6

Browse files
committed
Tmp disabling confkey check
We need a more detailed treatment; The condition to have to have confkeys does not always apply (boxgen for instance).
1 parent f4ae7b5 commit 9af09b6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

MC/bin/o2dpg_sim_workflow.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -308,9 +308,9 @@ def getDPL_global_options(bigshm=False,nosmallrate=False):
308308
# NOTE: Generator setup might be handled in a different file or different files (one per
309309
# possible generator)
310310

311-
if CONFKEY=='':
312-
print('o2dpg_sim_workflow: Error! configuration file not provided')
313-
exit(1)
311+
#if CONFKEY=='':
312+
# print('o2dpg_sim_workflow: Error! configuration file not provided')
313+
# exit(1)
314314

315315
workflow['stages'].append(SGN_CONFIG_task)
316316

0 commit comments

Comments
 (0)