django-debug-toolbar-line-profiler icon indicating copy to clipboard operation
django-debug-toolbar-line-profiler copied to clipboard

Handle `<frozen importlib._bootstrap>` filepath

Open anderoonies opened this issue 5 years ago • 1 comments

prevents:

 .../site-packages/debug_toolbar_line_profiler/panel.py", line 80, in func_std_string
    file_path, file_name = file_name.rsplit(os.sep, 1)
ValueError: not enough values to unpack (expected 2, got 1)

anderoonies avatar Feb 24 '20 21:02 anderoonies

This fix is included in #21

mikekeda avatar May 16 '20 23:05 mikekeda