pallets-eco / flask-debugtoolbar

A toolbar overlay for debugging Flask applications
https://flask-debugtoolbar.readthedocs.io
BSD 3-Clause "New" or "Revised" License
953 stars 146 forks source link

[Fix] fix issue: #132 #133

Closed nanoric closed 1 year ago

nanoric commented 5 years ago

issue #132: Under Windows, relpath can't get a relative path to a path in different volume. If there is a package installed in a volume different from where python is installed. debugtoolbar crashes.

How to reproduce:

  1. Windows
  2. install python in c:\python
  3. git clone any package such as https://github.com/mgood/flask-debugtoolbar into d:\, than use pip install -e . to install it.
  4. run flask with debug toolbar.
  5. crash!
nanoric commented 4 years ago

I replied in #130 .

macnewbold commented 1 year ago

I know it's been a long time, but do you still have any interest in this? If so, it will need to catch it up with master and retest. If not, we'll probably close it out.

nanoric commented 1 year ago

I'm going to suggest closing this too. Thank you.