Skip to content

Commit 830457e

Browse files
authored
Update o2dpg_sim_config.py
disable dynamic option for the moment
1 parent 96820f9 commit 830457e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

MC/bin/o2dpg_sim_config.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,4 +212,5 @@ def get_dpl_options_for_executable(executable, envfile):
212212
def option_if_available(executable, option, envfile = None):
213213
"""Checks if an option is available for a given executable and returns it as a string. Otherwise empty string"""
214214
_, inverse_lookup = get_dpl_options_for_executable(executable, envfile)
215-
return ' ' + option if option in inverse_lookup else ''
215+
# return ' ' + option if option in inverse_lookup else ''
216+
return option

0 commit comments

Comments
 (0)