We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8015e6 commit 6e9792cCopy full SHA for 6e9792c
src/fetchcode/pypi.py
@@ -43,7 +43,6 @@ def get_download_url(cls, purl):
43
raise ValueError("Pypi PURL must specify a name and version")
44
45
url = urljoin(cls.base_url, f"{name}/{version}/json")
46
- breakpoint()
47
data = fetch_json_response(url)
48
49
download_urls = data.get("urls", [{}])
0 commit comments