We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 830457e commit aedb084Copy full SHA for aedb084
1 file changed
MC/bin/o2dpg_sim_config.py
@@ -211,6 +211,6 @@ def get_dpl_options_for_executable(executable, envfile):
211
212
def option_if_available(executable, option, envfile = None):
213
"""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)
+ # _, inverse_lookup = get_dpl_options_for_executable(executable, envfile)
215
# return ' ' + option if option in inverse_lookup else ''
216
return option
0 commit comments