Skip to content

Commit

Permalink
Tmp disabling confkey check
Browse files Browse the repository at this point in the history
We need a more detailed treatment; The condition
to have to have confkeys does not always apply (boxgen for instance).
  • Loading branch information
sawenzel committed Jul 5, 2021
1 parent f4ae7b5 commit 9af09b6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions MC/bin/o2dpg_sim_workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -308,9 +308,9 @@ def getDPL_global_options(bigshm=False,nosmallrate=False):
# NOTE: Generator setup might be handled in a different file or different files (one per
# possible generator)

if CONFKEY=='':
print('o2dpg_sim_workflow: Error! configuration file not provided')
exit(1)
#if CONFKEY=='':
# print('o2dpg_sim_workflow: Error! configuration file not provided')
# exit(1)

workflow['stages'].append(SGN_CONFIG_task)

Expand Down

0 comments on commit 9af09b6

Please sign in to comment.