Merge "Change list_opts to dictionary style"

This commit is contained in:
Jenkins 2017-01-24 15:58:00 +00:00 committed by Gerrit Code Review
commit aea451a46c
1 changed files with 1 additions and 1 deletions

View File

@ -218,4 +218,4 @@ def disable_web_trace(conf=None):
def list_opts():
return [(_profiler_opt_group.name, _PROFILER_OPTS)]
return {_profiler_opt_group: _PROFILER_OPTS}