tzulberti / Flask-PyPi-Proxy

A pypi proxy done using flask
42 stars 22 forks source link

Fix package folder check #20

Open cuibonobo opened 9 years ago

cuibonobo commented 9 years ago

The os.path.exists function should check package_folder instead of package_name, otherwise it will always return False.

hippiehippo commented 7 years ago

why doesn't nobody merge this?