trupka
Results
1
comments of
trupka
It seems that `ProfilerDebugPanel().dump_filename` attribute is undefined when` DEBUG_TB_PROFILER_ENABLED != True`. Possible solution is to modify `__init__(self, jinja_env, context={})` method, someting like: ``` diff --git a/.venv/Lib/site-packages/flask_debugtoolbar/panels/profiler.py b/.venv/Lib/site-packages/flask_debugtoolbar/panels/profiler.py --- a/.venv/Lib/site-packages/flask_debugtoolbar/panels/profiler.py +++...