Skip to content

Commit aedb084

Browse files
authored
Update o2dpg_sim_config.py
1 parent 830457e commit aedb084

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MC/bin/o2dpg_sim_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,6 @@ def get_dpl_options_for_executable(executable, envfile):
211211

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"""
214-
_, inverse_lookup = get_dpl_options_for_executable(executable, envfile)
214+
# _, inverse_lookup = get_dpl_options_for_executable(executable, envfile)
215215
# return ' ' + option if option in inverse_lookup else ''
216216
return option

0 commit comments

Comments
 (0)