diff --git a/osprofiler/opts.py b/osprofiler/opts.py index ee540a7..36b942f 100644 --- a/osprofiler/opts.py +++ b/osprofiler/opts.py @@ -218,4 +218,4 @@ def disable_web_trace(conf=None): def list_opts(): - return {_profiler_opt_group: _PROFILER_OPTS} + return [(_profiler_opt_group.name, _PROFILER_OPTS)]